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 `_ * `2D / image plotting `_ * `Color map utilities `_ * `Miscellaneous plotting utilities `_ .. toctree:: :maxdepth: 1 :hidden: plot_1d.ipynb plot_2d.ipynb plot_cmap.ipynb plot_misc.ipynb