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`
|