Menu

Code Commit Log


Commit Date  
[r4398] by mdboom

Support mixed-mode rendering the PDF backend. This allows some things
to be rendered as vectors and some as rasters. At the moment, mostly
as a proof-of-concept, all quadmeshes are rendered as rasters with the
PDF backend.
Also make PDF backend resolution independent.

2007-11-20 21:00:20 Tree
[r4397] by jswhit

fix drawlsmask for 'moll','robin' and 'sinu' projections.

2007-11-20 20:21:53 Tree
[r4396] by mdboom

Slight speed improvement in draw_quad_mesh.

2007-11-20 18:25:33 Tree
[r4395] by mdboom

Merged revisions 4393-4394 via svnmerge from
http://matplotlib.svn.sf.net/svnroot/matplotlib/trunk/matplotlib

........
r4394 | mdboom | 2007-11-20 12:43:40 -0500 (Tue, 20 Nov 2007) | 3 lines

Minor refactorings, comments, and one bugfix (to do with the alignment
of wide accents with STIX fonts).
........

2007-11-20 17:44:27 Tree
[r4394] by mdboom

Minor refactorings, comments, and one bugfix (to do with the alignment
of wide accents with STIX fonts).

2007-11-20 17:43:40 Tree
[r4393] by mdboom

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).
........

2007-11-20 14:52:24 Tree
[r4392] by mdboom

Removing trailing whitespace so a merge from trunk will be possible.

2007-11-20 13:50:04 Tree
[r4391] by mdboom

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

2007-11-20 13:29:20 Tree
[r4390] by jswhit

docstring tweak.

2007-11-20 13:20:54 Tree
[r4389] by jswhit

added module variable 'projection_params' - a dict containing
the relevant projection parameters for each projection.

2007-11-20 13:18:22 Tree
Older >
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.