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
|
:tocdepth: 3
Reference
---------
High-level features
^^^^^^^^^^^^^^^^^^^
.. autoclass:: plotpy.plot.manager.PlotManager
:members:
.. autoclass:: plotpy.plot.PlotOptions
:members:
.. autoclass:: plotpy.plot.PlotWidget
:members:
.. autoclass:: plotpy.plot.PlotDialog
:members:
.. autoclass:: plotpy.plot.PlotWindow
:members:
.. autoclass:: plotpy.plot.SyncPlotWindow
:members:
Low-level features
^^^^^^^^^^^^^^^^^^
.. autoclass:: plotpy.constants.PlotType
:members:
.. autoclass:: plotpy.plot.BasePlot
:members:
.. autoclass:: plotpy.plot.BasePlotOptions
:members:
|