File: index.rst

package info (click to toggle)
python-sidpy 0.12.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,988 kB
  • sloc: python: 11,456; makefile: 17
file content (23 lines) | stat: -rw-r--r-- 694 bytes parent folder | download
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