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
|
.. currentmodule:: silx.gui.plot
:mod:`PlotWindow`: Plot widget with toolbar
===========================================
.. automodule:: silx.gui.plot.PlotWindow
.. currentmodule:: silx.gui.plot.PlotWindow
:class:`PlotWindow` class
-------------------------
.. autoclass:: PlotWindow
:show-inheritance:
:members:
:class:`Plot1D`: Plot curves
----------------------------
.. autoclass:: Plot1D
:show-inheritance:
:members:
:class:`Plot2D`: Plot images
----------------------------
.. autoclass:: Plot2D
:show-inheritance:
:members:
|