Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Various bugfixes.
|
|
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
changes:
-new frameworks: mplot3d, axes grid, axis spine placement
-bugfixes
|
|
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
|
|
various bug fixes and new features.
|
|
This and the previous patch prompted by hasso@
|
|
the top and forgotten to do "make mps" -- sorry.
|
|
matplotlib is a pure python plotting library designed to bring
publication quality plotting to python with a syntax familiar to
matlab users. A lot progress towards this goal has been made since
the first release of matplotlib, the library does produce high quality
2D plots. All of the plotting commands can be accessed either via a
functional interface familiar to matlab users or an object oriented
interface familiar to python users, and several high resolution output
formats are supported.
This package contains the Tk driver for matplotlib.
Tutorial: http://matplotlib.sourceforge.net/tutorial.html
|