summaryrefslogtreecommitdiff
path: root/doc/source/user/plots
Commit message (Collapse)AuthorAgeFilesLines
* DOC: How to partition domainsmelissawm2022-10-031-0/+7
|
* DOC: Update some plotting code to current Matplotlib idiomsTim Hoffmann2021-03-211-2/+1
| | | | | | | | | - 3D Axes are created via add_subplot(projection='3d') - There is now a `stairs()` function that's specifically designed for showing histogram curves - Labels should be passed as keyword arguments to the plot functions instead of to `legend()`, which reduces the risk of mixing them up. - ensure equal axis scaling in the meshgrid example
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
| | | | | | | * Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811)
* DOC: NumPy for absolute beginners tutorial (#14546)Anne Bonner2020-01-213-0/+31
This absolute beginners tutorial is the output of Anne's Google Season of Docs project. An intermediate version was also published at https://towardsdatascience.com/the-ultimate-beginners-guide-to-numpy-f5a2f99aef54