1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
.. currentmodule:: silx.gui
:mod:`plot`: 1D and 2D Plot widgets
===================================
.. toctree::
:hidden:
getting_started.rst
.. currentmodule:: silx.gui.plot
.. automodule:: silx.gui.plot
For an introduction to the widgets of this package, see :doc:`getting_started`.
For examples of custom plot actions, see :doc:`actions/examples`.
Widgets gallery
---------------
See :ref:`plot-gallery` gallery.
Public modules
--------------
Main plot widgets:
.. toctree::
:maxdepth: 2
plotwidget.rst
plotwindow.rst
compleximageview.rst
imageview.rst
stackview.rst
scatterview.rst
compareimages.rst
Classes describing plot content:
- :class:`~silx.gui.colors.Colormap`
.. toctree::
:maxdepth: 2
items.rst
Additionnal plot tool widgets:
.. toctree::
:maxdepth: 2
actions/index.rst
plottoolbuttons.rst
tools/index.rst
profile.rst
roi.rst
printpreviewtoolbutton.rst
statswidget.rst
roistatswidget.rst
stats/index.rst
Utilities
.. toctree::
:maxdepth: 2
utils.rst
Internals
---------
.. toctree::
:maxdepth: 2
dev.rst
|