1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Overview
--------
The `styles` module (see :ref:`styles`) provides the classes for configuring
the plot items and the plot tools. Those classes are data sets
(:py:class:`guidata.dataset.DataSet`)
containing parameters that affect the visual appearance of the plot items and
the plot tools behavior.
.. seealso::
:ref:`plot`
Ready-to-use curve and image plotting widgets and dialog boxes
:ref:`items`
Plot items: curve, image, shapes, etc.
:ref:`tools`
Plot tools: zoom, pan, etc.
|