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