Menu

Commit [r4393]  Maximize  Restore  History

Merged revisions 4340-4392 via svnmerge from

http://matplotlib.svn.sf.net/svnroot/matplotlib/trunk/matplotlib

........
r4341 | jdh2358 | 2007-11-16 13:15:32 -0500 (Fri, 16 Nov 2007) | 2 lines

removed a couple of pyc files
........
r4346 | dsdale | 2007-11-16 16:47:17 -0500 (Fri, 16 Nov 2007) | 2 lines

fixed version checking for traits-3
........
r4347 | mdboom | 2007-11-17 07:44:52 -0500 (Sat, 17 Nov 2007) | 1 line

Bugfix: [1655313] axis label disappears when minor tick labels are hidden
........
r4374 | efiring | 2007-11-18 13:59:56 -0500 (Sun, 18 Nov 2007) | 11 lines

Let to_rgba return uint8; track changes to cmap

Images require rgba as 4 uint8s, so it is more efficient
to generate these directly in to_rgba than to generate 4
doubles and convert them later.

The tracking of changes in ScalarMappable was handling
communication between objects, but was not keeping track of
when to_rgba needs to be rerun. A dictionary was added
to do this.
........
r4375 | efiring | 2007-11-18 14:01:39 -0500 (Sun, 18 Nov 2007) | 2 lines

Remove trailing whitespace.
........
r4376 | efiring | 2007-11-18 14:02:55 -0500 (Sun, 18 Nov 2007) | 2 lines

Use new update_dict from ScalarMappable in QuadMesh
........
r4377 | efiring | 2007-11-18 14:06:49 -0500 (Sun, 18 Nov 2007) | 7 lines

Add experimental "pcolorfast" for fast interactive pcolor plots

This will need more discussion and work, but it illustrates
the potential for very fast pcolor-type plotting with all
three grid types: uniform, irregular but rectilinear, and
general quadrilateral.
........
r4379 | efiring | 2007-11-18 15:54:22 -0500 (Sun, 18 Nov 2007) | 2 lines

Remove unnecessary data copying from draw_quad_mesh
........
r4383 | jdh2358 | 2007-11-19 16:43:24 -0500 (Mon, 19 Nov 2007) | 2 lines

fixed a minor bug in csv2rec
........
r4387 | mdboom | 2007-11-20 08:13:22 -0500 (Tue, 20 Nov 2007) | 2 lines

Speed improvement initializing mathtext parser.
........
r4391 | mdboom | 2007-11-20 08:29:20 -0500 (Tue, 20 Nov 2007) | 2 lines

Fix problem with 0-line width drawing in Postscript. (Thanks Ben North).
........

mdboom 2007-11-20

changed /branches/transforms
changed /branches/transforms/lib/matplotlib/axes.py
changed /branches/transforms/lib/matplotlib/axis.py
changed /branches/transforms/lib/matplotlib/backends/backend_ps.py
changed /branches/transforms/lib/matplotlib/cm.py
changed /branches/transforms/lib/matplotlib/collections.py
changed /branches/transforms/lib/matplotlib/image.py
changed /branches/transforms/lib/matplotlib/mlab.py
changed /branches/transforms/lib/matplotlib/pyparsing.py
changed /branches/transforms/setupext.py
/branches/transforms/lib/matplotlib/axes.py Diff Switch to side-by-side view
Loading...
/branches/transforms/lib/matplotlib/axis.py Diff Switch to side-by-side view
Loading...
/branches/transforms/lib/matplotlib/backends/backend_ps.py Diff Switch to side-by-side view
Loading...
/branches/transforms/lib/matplotlib/cm.py Diff Switch to side-by-side view
Loading...
/branches/transforms/lib/matplotlib/collections.py Diff Switch to side-by-side view
Loading...
/branches/transforms/lib/matplotlib/image.py Diff Switch to side-by-side view
Loading...
/branches/transforms/lib/matplotlib/mlab.py Diff Switch to side-by-side view
Loading...
/branches/transforms/lib/matplotlib/pyparsing.py Diff Switch to side-by-side view
Loading...
/branches/transforms/setupext.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.