summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib/patches
AgeCommit message (Collapse)AuthorFilesLines
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-0/+13
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-17update to 0.99.2.1drochner1-5/+5
changes: -new frameworks: mplot3d, axes grid, axis spine placement -bugfixes
2009-08-05Update py-matplotlib* to 0.98.4markd1-6/+6
various bug fixes and new features.
2009-01-05Fix patch-aa to setup.py: incdirs and libdirs are lists of strings, notepg1-3/+3
just strings.
2008-12-19Update to matplotlib-0.98.0markd3-71/+26
3 years worth of updates.
2008-11-11Fix compilation.joerg1-0/+27
2006-04-06update to 0.87.2drochner2-110/+38
too many feature additions and fixes to list here pkgsrc changes: removed all X11 frontend support, leaving just the ability to create image files frontends will be added as separate pkgs
2005-12-29Update py-matplotlib to version 0.83markd1-3/+109
Added Mark Athen's 'scale' patch, so that on a scaled axis a circle looks like circle. See help(axis). New cursor and span selector widgets You can use use matplotlib event handling to register a callback after figure draw using 'draw_event' which calls the callback with a DrawEvent instance Use 'f' to toggle full screen mode in the GTK backends. Steve Chaplin has made numerous updates to the GTK and SVG backends. Reorganized config files Updated agg_test.py to demonstrate curved paths and fills. Upgraded pyparsing and applied Paul McGuire's suggestions for speeding things up. This more than doubles the speed of mathtext in my simple tests. Bugs fixed / small features What's new in matplotlib 0.82 Subplot configuration GUI neutral widgets Exposes line cap and join style via new rc params and Line2D properties All Axes properties are now exposed via kwargs Small bugfixes and features What's new in matplotlib 0.81 TeX support Masked arrays Much faster image loading for MxNx4 or MxNx3 UInt8 images. New image interpolation options set deprecated New scalar formatter Bug fixes
2005-05-31update to 0.80drochner1-0/+17
this has been massively extended (since 0.32), too much to list here