File: index.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 (55 lines) | stat: -rw-r--r-- 1,596 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
43
44
45
46
47
48
49
50
51
52
53
54
55
Welcome to :mod:`plotpy`'s documentation!
=========================================

.. image:: images/plotpy-banner.png
    :align: center

:mod:`plotpy` is is a Python library providing efficient 2D data-plotting
features for interactive computing and signal/image processing application
development.

:mod:`plotpy` is part of the `PlotPyStack`_ project, which aims at providing
a full set of Python libraries for data plotting and data analysis.

:mod:`plotpy` is based on:

* `Python`_ language and `Qt`_ GUI toolkit (via `PySide`_ or `PyQt`_)
* `guidata`_ automatic GUI generation library (`PlotPyStack`_ project)
* `PythonQwt`_ plotting widgets library (`PlotPyStack`_ project)
* `NumPy`_ and `SciPy`_ scientific computing libraries

.. figure:: images/panorama.png

    A panorama of :mod:`plotpy`'s features.

External resources:

* Python Package Index: `PyPI`_
* Bug reports and feature requests: `GitHub`_

.. _Python: http://www.python.org
.. _Qt: https://doc.qt.io/
.. _PySide: https://doc.qt.io/qtforpython-6/
.. _PyQt: http://www.riverbankcomputing.co.uk/software/pyqt/intro
.. _PyPI: https://pypi.python.org/pypi/plotpy
.. _GitHub: https://github.com/PlotPyStack/plotpy
.. _guidata: https://pypi.python.org/pypi/guidata
.. _PythonQwt: https://pypi.python.org/pypi/PythonQwt
.. _NumPy: https://pypi.python.org/pypi/NumPy
.. _SciPy: https://pypi.python.org/pypi/SciPy
.. _PlotPyStack: https://github.com/PlotPyStack

.. module:: plotpy

Table of contents
-----------------

.. toctree::
   :maxdepth: 2

   intro/index
   features/index
   dev/index
   changelog

* :ref:`genindex`