summaryrefslogtreecommitdiff
path: root/doc/source/modules/gui/plot/actions/index.rst
blob: f95b1f894cc457779a4640744dc397f9d59dc3bf (plain)
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:`actions`: Actions for PlotWidget
===========================================

.. currentmodule:: silx.gui.plot.actions

The :class:`PlotAction` is a base class used to define plot actions.

Plot actions serve to add menu items or toolbar items that are associated with a method
that can interact with the associated :class:`.PlotWidget`.

For an introduction to creating custom plot actions, see :doc:`examples`.

actions API
-----------

Actions are divided into the following sub-modules:


.. toctree::
   :maxdepth: 1

   control.rst
   medfilt.rst
   fit.rst
   histogram.rst
   io.rst

.. autoclass:: silx.gui.plot.actions.PlotAction