Merge pull request #139 from mahmoudhossam/master

Cleanup
This commit is contained in:
Kenneth Reitz
2012-05-05 22:03:44 -07:00
2 changed files with 4 additions and 13 deletions
-9
View File
@@ -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
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
:::::::::
+4 -4
View File
@@ -70,10 +70,10 @@ install with easy_install/pip.
For Linux Distributions
::::::::::::::::::::::::
`Ubuntu <https://wiki.ubuntu.com/PackagingGuide/Python>`_
`Fedora <https://fedoraproject.org/wiki/Packaging:Python>`_
`Debian <http://www.debian.org/doc/packaging-manuals/python-policy/>`_
`Arch <https://wiki.archlinux.org/index.php/Python_Package_Guidelines>`_
* `Ubuntu <https://wiki.ubuntu.com/PackagingGuide/Python>`_
* `Fedora <https://fedoraproject.org/wiki/Packaging:Python>`_
* `Debian <http://www.debian.org/doc/packaging-manuals/python-policy/>`_
* `Arch <https://wiki.archlinux.org/index.php/Python_Package_Guidelines>`_
Useful Tools
------------