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 (42 lines) | stat: -rw-r--r-- 1,108 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Overview
--------

Features
^^^^^^^^

The `plot` module provides the following features:

* :py:class:`.PlotManager`: the `plot manager` is an object to
  link `plots`, `panels` and `tools` together for designing highly
  versatile graphical user interfaces

* :py:class:`.PlotWidget`: a ready-to-use widget for curve/image
  displaying with an integrated and preconfigured `plot manager` providing
  the `item list panel` and curve/image-related `tools`

* :py:class:`.PlotDialog`: a ready-to-use dialog box for
  curve/image displaying with an integrated and preconfigured `plot manager`
  providing the `item list panel` and curve/image-related `tools`

* :py:class:`.SyncPlotWindow`: a ready-to-use window for curve/image
  displaying with plot axes synchronization

.. seealso::

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

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


Class diagrams
^^^^^^^^^^^^^^

Plot widgets with integrated plot manager:

.. image:: ../../images/plot_widgets.png

Building your own plot manager:

.. image:: ../../images/my_plot_manager.png