File: overview.rst

package info (click to toggle)
plotpy 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,332 kB
  • sloc: python: 36,341; cpp: 2,005; sh: 32; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
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.