Commit graph

17 commits

Author SHA1 Message Date
prlw1
f227a7a632 Update to 1.1.1:
- When path clipping changes a LINETO to a MOVETO, it also changes
  any CLOSEPOLY command to a LINETO to the initial point. This fixes
  a problem with pdf and svg where the CLOSEPOLY would then draw a
  line to the latest MOVETO position instead of the intended initial
  position. - JKS

- The radius labels in polar plots no longer use a fixed padding,
  but use a different alignment depending on the quadrant they are
  in.  This fixes numerical problems when (rmax - rmin) gets too
  small. - MGD
2012-07-02 17:19:05 +00:00
drochner
d957e3dc99 update to 1.1.0
many improvements, some cleanup, most notably:
-new graphics types and backends
-layout and legend improvements
-better 3d support
-Numerix support removed
2012-04-17 17:17:03 +00:00
joerg
acbe4352c0 Workaround hangs with Python 2.5 by not using pipes for both stdin and
stdout.
2012-04-07 11:32:29 +00:00
joerg
08f3e3433e Fix compilation with clang by removing const-violating accessor. 2011-09-08 00:13:31 +00:00
markd
1c8467fe83 Update to py-matplotlib 1.0.1
Various bugfixes.
2011-02-17 10:33:37 +00:00
markd
bcbb1c5173 Fix build with png 1.5 2011-02-06 08:57:07 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
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-06-13 22:43:46 +00:00
drochner
1131a81823 update to 0.99.2.1
changes:
-new frameworks: mplot3d, axes grid, axis spine placement
-bugfixes
2010-05-17 16:22:59 +00:00
markd
1b59681a35 Update py-matplotlib* to 0.98.4
various bug fixes and new features.
2009-08-05 11:02:12 +00:00
epg
88696abb1c Fix patch-aa to setup.py: incdirs and libdirs are lists of strings, not
just strings.
2009-01-05 06:50:23 +00:00
markd
a1bd9d0ae1 Update to matplotlib-0.98.0
3 years worth of updates.
2008-12-19 22:35:41 +00:00
joerg
3127f59a05 Fix compilation. 2008-11-11 16:34:26 +00:00
drochner
2d392c750a update to 0.87.2
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
2006-04-06 16:43:39 +00:00
markd
68693b611a Update py-matplotlib to version 0.83
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-12-29 20:29:34 +00:00
drochner
3e813bd0e0 update to 0.80
this has been massively extended (since 0.32), too much to list here
2005-05-31 18:09:13 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
minskim
33167fa794 Import py-matplotlib from pkgsrc-wip. Packaged by Michal Pasternak,
and modified by me.

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.
2004-02-21 01:39:48 +00:00