summaryrefslogtreecommitdiff
path: root/doc/source/modules/gui/plot/plotactions.rst
blob: 29a3656f5a5e8251d1177dcbc48ea49530a8bf9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. currentmodule:: silx.gui.plot

:mod:`PlotActions`: Actions for PlotWidget
===========================================

.. currentmodule:: silx.gui.plot.PlotActions

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:`plotactions_examples`.

PlotActions API
---------------

.. automodule:: silx.gui.plot.PlotActions
   :members: