We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53640e8 commit ed0e718Copy full SHA for ed0e718
doc/features/plot/overview.rst
@@ -18,6 +18,9 @@ The `plot` module provides the following features:
18
curve/image displaying with an integrated and preconfigured `plot manager`
19
providing the `item list panel` and curve/image-related `tools`
20
21
+* :py:class:`.SyncPlotWindow`: a ready-to-use window for curve/image
22
+ displaying with plot axes synchronization
23
+
24
.. seealso::
25
26
:ref:`items`
doc/features/plot/reference.rst
@@ -14,6 +14,8 @@ High-level features
14
:members:
15
.. autoclass:: plotpy.plot.PlotWindow
16
17
+.. autoclass:: plotpy.plot.SyncPlotWindow
+ :members:
Low-level features
^^^^^^^^^^^^^^^^^^
0 commit comments