Menu

/branches/transforms Commit Log


Commit Date  
[r4292] by mdboom

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

........
r4248 | dsdale | 2007-11-13 11:39:12 -0500 (Tue, 13 Nov 2007) | 2 lines

modify formatting of comments in matplotlib.conf
........
r4249 | dsdale | 2007-11-13 13:10:32 -0500 (Tue, 13 Nov 2007) | 2 lines

fixed some formatting issues in tconfig
........
r4264 | efiring | 2007-11-14 02:45:12 -0500 (Wed, 14 Nov 2007) | 2 lines

A step towards a fast rectilinear pcolor version
........
r4267 | mdboom | 2007-11-14 08:58:08 -0500 (Wed, 14 Nov 2007) | 3 lines

Fix bug when clicking "Cancel" in the save dialog in TkAgg backend.
(Thanks Michael Zell).
........
r4268 | mdboom | 2007-11-14 09:00:56 -0500 (Wed, 14 Nov 2007) | 2 lines

Fix bug in specgram. (Thanks Glen W. Mabey!)
........
r4275 | jdh2358 | 2007-11-14 11:39:47 -0500 (Wed, 14 Nov 2007) | 2 lines

added glen's Fc specteal patch
........
r4278 | efiring | 2007-11-14 13:10:00 -0500 (Wed, 14 Nov 2007) | 2 lines

Use mpl standard import idiom in image.py
........
r4287 | mdboom | 2007-11-14 14:06:52 -0500 (Wed, 14 Nov 2007) | 2 lines

Fix placement of rotated text in Wx backend (thanks Michael Day).
........
r4288 | jdh2358 | 2007-11-14 14:11:54 -0500 (Wed, 14 Nov 2007) | 2 lines

fixed is_string_like and removed is_file_like
........
r4289 | mdboom | 2007-11-14 14:25:46 -0500 (Wed, 14 Nov 2007) | 2 lines

Refactored a bunch of places to use "is_writable_file_like".
........

2007-11-14 19:46:37 Tree
[r4286] by mdboom

New path-related utilities (used for an aborted attempt at fixing
contouring -- may be useful in other contexts in the future).

2007-11-14 18:44:39 Tree
[r4285] by mdboom

Build the path module (inadvertently removed during a merge).

2007-11-14 18:43:35 Tree
[r4284] by mdboom

Update to use new numpy macros.

2007-11-14 18:42:52 Tree
[r4283] by mdboom

Fix alignment of clipping rectangles.

2007-11-14 18:38:05 Tree
[r4282] by mdboom

Fix bug in PDF backend.

2007-11-14 18:36:45 Tree
[r4247] by mdboom

Bugfix for polar plots.

2007-11-13 16:08:33 Tree
[r4246] by mdboom

Don't clip ticks.

2007-11-13 16:08:24 Tree
[r4245] by mdboom

Bug fixes.

2007-11-13 16:02:47 Tree
[r4244] by mdboom

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

........
r4221 | dsdale | 2007-11-12 10:23:23 -0500 (Mon, 12 Nov 2007) | 3 lines

option to disable building backend extension modules moved from setup.py
to setup.cfg
........
r4222 | dsdale | 2007-11-12 10:36:08 -0500 (Mon, 12 Nov 2007) | 3 lines

collect config package code in one location in setup.py, so it can
easily be commented out for the next release.
........
r4223 | jdh2358 | 2007-11-12 11:31:28 -0500 (Mon, 12 Nov 2007) | 2 lines

added some mlab imports back to pylab
........
r4231 | mdboom | 2007-11-12 13:10:25 -0500 (Mon, 12 Nov 2007) | 3 lines

Provide way to access STIX "letterlike" symbols using LaTeX font
commands. Add "stixsans" option to typeset math with sans-serif glyphs.
........
r4232 | mdboom | 2007-11-12 13:53:25 -0500 (Mon, 12 Nov 2007) | 4 lines

[ 1691298 ] pcolormesh shows empty plot when plotting small time
ranges
Avoiding downcasting the data before we have to.
........
r4233 | mdboom | 2007-11-12 13:54:49 -0500 (Mon, 12 Nov 2007) | 4 lines

[ 1660316 ] PolyInteractor verts call
Should be calling get_verts() instead of .verts.
(Thanks JPaul Rinehimer)
........
r4234 | mdboom | 2007-11-12 14:15:28 -0500 (Mon, 12 Nov 2007) | 3 lines

[ 1638661 ] Toolbox Save button not saving file in GTK BE with
Python2.5
........
r4235 | mdboom | 2007-11-12 14:22:05 -0500 (Mon, 12 Nov 2007) | 3 lines

[ 1545149 ] Problem rendering image in SVG backend
Reading the image file should use binary mode.
........
r4236 | jdh2358 | 2007-11-12 15:08:11 -0500 (Mon, 12 Nov 2007) | 2 lines

removed duplicate load import
........
r4237 | mdboom | 2007-11-12 15:27:33 -0500 (Mon, 12 Nov 2007) | 6 lines

[ 1448342 ] FigureCanvasAgg.print_figure fails with StringIO 'file'
Added support to write png to an arbitrary Python file-like object in
the agg backend. Will continue to use faster C-only calls if the
file-like object is in fact a file.
Also, clean up exception handling in write_png.
........
r4238 | mdboom | 2007-11-12 15:45:15 -0500 (Mon, 12 Nov 2007) | 3 lines

[ 1358130 ] Cannot get underscore in mathtext
Fixed.
........
r4239 | dsdale | 2007-11-12 17:00:15 -0500 (Mon, 12 Nov 2007) | 2 lines

expose remaining build options in setup.cfg. See setup.cfg for details
........
r4240 | dsdale | 2007-11-12 18:29:44 -0500 (Mon, 12 Nov 2007) | 2 lines

updated default matplotlib.conf
........
r4241 | dsdale | 2007-11-12 18:38:12 -0500 (Mon, 12 Nov 2007) | 2 lines

expose verbose build option in setup.cfg
........
r4242 | dsdale | 2007-11-13 08:50:29 -0500 (Tue, 13 Nov 2007) | 4 lines

updated creation of default config files at build time:
* modify matplotlib.conf based on available backends and setup.cfg
* modify backend selection: SVG, Agg, TkAgg, WXAgg, GTK, GTKAgg, selection in setup.cfg
........
r4243 | mdboom | 2007-11-13 10:15:36 -0500 (Tue, 13 Nov 2007) | 2 lines

All backends can write to file-like objects rather than only regular files.
........

2007-11-13 15:22:55 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.