1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Visualization
==================
This folder contains notebooks demonstrating the various plotting functions in sidpy.
Some of the functions in ``sidpy.viz.plot_utils`` fill gaps in the default matplotlib package,
others were developed for scientific applications.
These functions have been developed
to substantially simplify the generation of high quality figures for journal publications.
* `1D / curve plotting <plot_1d.ipynb>`_
* `2D / image plotting <plot_2d.ipynb>`_
* `Color map utilities <plot_cmap.ipynb>`_
* `Miscellaneous plotting utilities <plot_misc.ipynb>`_
.. toctree::
:maxdepth: 1
:hidden:
plot_1d.ipynb
plot_2d.ipynb
plot_cmap.ipynb
plot_misc.ipynb
|