mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
@@ -55,15 +55,6 @@ manuscript-quality figures. The API in many ways reflects that of `MATLAB <http
|
|||||||
easing transition of MATLAB users to Python. Many examples, along with the
|
easing transition of MATLAB users to Python. Many examples, along with the
|
||||||
source code to re-create them, can be browsed at the `matplotlib gallery <http://matplotlib.sourceforge.net/gallery.html>`_.
|
source code to re-create them, can be browsed at the `matplotlib gallery <http://matplotlib.sourceforge.net/gallery.html>`_.
|
||||||
|
|
||||||
|
|
||||||
PyQwt
|
|
||||||
-----
|
|
||||||
|
|
||||||
`PyQwt <http://pyqwt.sourceforge.net/>`_ is a solid library for plotting
|
|
||||||
numerical data. It is built on top of the popular `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`_
|
|
||||||
GUI framework. It typically has better performance than matplotlib, but the
|
|
||||||
range of built-in chart/plot types is slightly smaller than matplotlib.
|
|
||||||
|
|
||||||
Resources
|
Resources
|
||||||
:::::::::
|
:::::::::
|
||||||
|
|
||||||
|
|||||||
@@ -70,10 +70,10 @@ install with easy_install/pip.
|
|||||||
For Linux Distributions
|
For Linux Distributions
|
||||||
::::::::::::::::::::::::
|
::::::::::::::::::::::::
|
||||||
|
|
||||||
`Ubuntu <https://wiki.ubuntu.com/PackagingGuide/Python>`_
|
* `Ubuntu <https://wiki.ubuntu.com/PackagingGuide/Python>`_
|
||||||
`Fedora <https://fedoraproject.org/wiki/Packaging:Python>`_
|
* `Fedora <https://fedoraproject.org/wiki/Packaging:Python>`_
|
||||||
`Debian <http://www.debian.org/doc/packaging-manuals/python-policy/>`_
|
* `Debian <http://www.debian.org/doc/packaging-manuals/python-policy/>`_
|
||||||
`Arch <https://wiki.archlinux.org/index.php/Python_Package_Guidelines>`_
|
* `Arch <https://wiki.archlinux.org/index.php/Python_Package_Guidelines>`_
|
||||||
|
|
||||||
Useful Tools
|
Useful Tools
|
||||||
------------
|
------------
|
||||||
|
|||||||
Reference in New Issue
Block a user