LogoSailfishOS Open Build Service > Projects > home:wrzof > python3-matplotlib
Log In

MatPlotLib - Python based plotting system in a style similar to Matlab

MatPlotLib is a pure Python plotting library designed to bring publication quality plotting to Python with a syntax familiar to MatLab users. All of the plotting commands in the pylab interface can be accessed either via a functional interface familiar to MatLab users or an object oriented interface familiar to Python users.

Source Files

Filename Size Changed Actions
matplotlib-1.4.2.tar.gz 47.8 MB over 9 years ago
matplotlib-setup.cfg 2.93 KB over 9 years ago Download File
python3-matplotlib.changes 16.6 KB over 9 years ago Download File
python3-matplotlib.spec 2.39 KB over 9 years ago Download File
use-setuptools.diff 325 Bytes almost 10 years ago Download File

Revision 2 (latest revision is 4)

Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 2)
- Update to 1.4.2 (26/10/2014) version for Mer/Sailfish OS (27/10/2014) :
  * corrected boxplot in pyplot.py
  * added extra paths to default search paths for freetype

- Update to 1.4.1 (18/10/2014) version for Mer/Sailfish OS (19/10/2014) :
  * reverts the changes to interactive plotting so ion will work as before in all cases fixed boxplot regressions
  * fixes for finding freetype and libpng
  * sundry unicode fixes (looking up user folders, importing seaborn/pandas/networkx with macosx backend)
  * nbagg works with python 3 + new font awesome
  * fixed saving dialogue in QT5

- Dependency and spec file cleanups
- Remove unneeded use-setuptools.diff

- adjust python-tz buildrequires to match runtime requires (python-pytz) 

- Add new python-cairocffi dependency.  This is the recommended
  dependency for the cairo backend upstream.
- Split out the cairo backend into its own subpackage.  It is no
  longer tied to gtk, so people can use it on its own without
  pulling in any gtk dependencies.
- Fixed issues with qt.  The qt5 backend is actually a generic
  qt backend, which the qt4 backend depends on.  So it needs to be
  available for the qt4 backend to work at all.  However, we need
  to pull in the python-qt5 package to make it work, and that 
  package is only available for openSUSE > 13.1.  So we need to
  split the generic qt stuff, including the qt5 stuff, into a
  package both the qt4 and qt5 backends can depend on, and then
  create a stub qt5 package that just pulls in python-qt5
- Reorganized some other backend packages based on backend changes

Comments for home:wrzof (0)