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 (28 lines) | stat: -rw-r--r-- 863 bytes parent folder | download
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
Overview
--------

A `plot panel` is a graphical user interface element that interacts with a
`plot` object, `plot items` and `plot tools`.

Panels are objects inheriting from the :py:class:`.PanelWidget` class.

.. seealso::

    :ref:`plot`
        Ready-to-use curve and image plotting widgets and dialog boxes

    :ref:`items`
        Plot items: curves, images, markers, etc.

    :ref:`tools`
        Plot tools: zoom, pan, etc.


The built-in panels are:

* :py:data:`plotpy.constants.ID_ITEMLIST`: `item list` panel
* :py:data:`plotpy.constants.ID_CONTRAST`: `contrast adjustment` panel
* :py:data:`plotpy.constants.ID_XCS`: `X-axis cross section` panel
* :py:data:`plotpy.constants.ID_YCS`: `Y-axis cross section` panel
* :py:data:`plotpy.constants.ID_OCS`: `oblique cross section` panel
* :py:data:`plotpy.constants.ID_LCS`: `line cross section` panel