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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
.. currentmodule:: silx.gui.plot.tools
:mod:`~silx.gui.plot.tools`: Tool widgets for PlotWidget
========================================================
.. automodule:: silx.gui.plot.tools
Tools API
---------
Tools are divided into the following sub-modules:
.. toctree::
:maxdepth: 1
profile.rst
Other tools API
---------------
:class:`PositionInfo` class
---------------------------
.. autoclass:: PositionInfo
:show-inheritance:
:members:
:class:`LimitsToolBar` class
----------------------------
.. autoclass:: LimitsToolBar
:show-inheritance:
:members:
:class:`InteractiveModeToolBar` class
-------------------------------------
.. autoclass:: InteractiveModeToolBar
:show-inheritance:
:members:
:class:`OutputToolBar` class
----------------------------
.. autoclass:: OutputToolBar
:show-inheritance:
:members:
:class:`ImageToolBar` class
----------------------------
.. autoclass:: ImageToolBar
:show-inheritance:
:members:
:class:`CurveToolBar` class
----------------------------
.. autoclass:: CurveToolBar
:show-inheritance:
:members:
:class:`ScatterToolBar` class
-----------------------------
.. autoclass:: ScatterToolBar
:show-inheritance:
:members:
:mod:`~silx.gui.plot.tools.CurveLegendsWidget`
----------------------------------------------
.. automodule:: silx.gui.plot.tools.CurveLegendsWidget
.. image:: img/CurveLegendsWidget.png
:align: center
.. autoclass:: silx.gui.plot.tools.CurveLegendsWidget.CurveLegendsWidget
:show-inheritance:
:members:
:mod:`~silx.gui.plot.tools.roi`: Region of interest
---------------------------------------------------
.. automodule:: silx.gui.plot.tools.roi
.. currentmodule:: silx.gui.plot.tools.roi
:class:`RegionOfInterestManager` class
++++++++++++++++++++++++++++++++++++++
.. autoclass:: RegionOfInterestManager
:members:
:class:`InteractiveRegionOfInterestManager` class
+++++++++++++++++++++++++++++++++++++++++++++++++
.. autoclass:: InteractiveRegionOfInterestManager
:members:
:class:`RegionOfInterestTableWidget` class
++++++++++++++++++++++++++++++++++++++++++
.. autoclass:: RegionOfInterestTableWidget
:members:
:mod:`ColorBar`: ColorBar Widget
================================
.. currentmodule:: silx.gui.plot.ColorBar
.. automodule:: silx.gui.plot.ColorBar
:class:`ColorBarWidget` class
-----------------------------
.. autoclass:: ColorBarWidget
:members:
|