Menu

/branches/transforms Commit Log


Commit Date  
[r4135] by mdboom

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

........
r4061 | jdh2358 | 2007-10-29 14:52:41 -0400 (Mon, 29 Oct 2007) | 2 lines

fixed some examples bugs
........
r4062 | jdh2358 | 2007-10-29 15:00:25 -0400 (Mon, 29 Oct 2007) | 2 lines

added cohere demo
........
r4072 | dsdale | 2007-10-31 15:43:54 -0400 (Wed, 31 Oct 2007) | 2 lines

added STIX fonts
........
r4073 | dsdale | 2007-10-31 15:53:35 -0400 (Wed, 31 Oct 2007) | 2 lines

add STIX license agreement
........
r4081 | efiring | 2007-11-01 03:21:00 -0400 (Thu, 01 Nov 2007) | 2 lines

Made contour auto level generation work with log color scale
........
r4087 | dsdale | 2007-11-01 10:17:28 -0400 (Thu, 01 Nov 2007) | 2 lines

install fonts/otf to mpl-data
........
r4088 | dsdale | 2007-11-01 10:32:52 -0400 (Thu, 01 Nov 2007) | 2 lines

dont enable usetex in arrow_demo.py
........
r4092 | dsdale | 2007-11-01 12:56:33 -0400 (Thu, 01 Nov 2007) | 2 lines

rm configtest.py from repository
........
r4093 | dsdale | 2007-11-01 12:57:26 -0400 (Thu, 01 Nov 2007) | 2 lines

remove STIXFonts zip file
........
r4094 | dsdale | 2007-11-02 08:55:51 -0400 (Fri, 02 Nov 2007) | 2 lines

improved ghostscript version checking
........
r4095 | jdh2358 | 2007-11-02 09:13:40 -0400 (Fri, 02 Nov 2007) | 2 lines

added Manuel's contour linestyle patch
........
r4096 | dsdale | 2007-11-02 12:37:37 -0400 (Fri, 02 Nov 2007) | 3 lines

commit patch 1599876, fixes to qt4agg backend and qt4 blitting demo.
Thanks to Phil Thompson.
........
r4097 | jdh2358 | 2007-11-02 14:45:38 -0400 (Fri, 02 Nov 2007) | 2 lines

fix unit changes for errorbar_limits code
........
r4106 | efiring | 2007-11-04 21:36:20 -0500 (Sun, 04 Nov 2007) | 2 lines

Added easy access to minor tick properties (Pierre G-M)
........
r4107 | mdboom | 2007-11-05 10:45:00 -0500 (Mon, 05 Nov 2007) | 3 lines

First pass at getting STIX fonts to work.
Support .otf fonts in font_manager.py
........
r4110 | mdboom | 2007-11-05 12:30:08 -0500 (Mon, 05 Nov 2007) | 2 lines

Make STIX fonts work.
........
r4112 | efiring | 2007-11-05 14:49:27 -0500 (Mon, 05 Nov 2007) | 2 lines

Minor cleanup; removed old ipython hack.
........
r4113 | efiring | 2007-11-05 14:54:49 -0500 (Mon, 05 Nov 2007) | 2 lines

make step_demo use npyma
........
r4114 | efiring | 2007-11-05 15:13:00 -0500 (Mon, 05 Nov 2007) | 2 lines

Make safezip accept more args; quadmesh_demo cleanup
........
r4115 | mdboom | 2007-11-05 15:42:23 -0500 (Mon, 05 Nov 2007) | 2 lines

Fix rcParams bug.
........
r4126 | mdboom | 2007-11-06 13:32:30 -0500 (Tue, 06 Nov 2007) | 3 lines

Prevent errors when using OpenType CFF fonts. This means turning off
subsetting on backend_pdf, and raising an exception in backend_ps.
........
r4130 | mdboom | 2007-11-06 14:38:29 -0500 (Tue, 06 Nov 2007) | 2 lines

Converted STIX fonts from otf to ttf.
........
r4131 | mdboom | 2007-11-06 14:38:57 -0500 (Tue, 06 Nov 2007) | 1 line

Removing STIX otf fonts
........
r4132 | mdboom | 2007-11-06 14:39:23 -0500 (Tue, 06 Nov 2007) | 2 lines

Converted STIX fonts from otf to ttf.
........

2007-11-06 20:02:07 Tree
[r4134] by mdboom

Use "from matplotlib.numerix import npyma as ma"

2007-11-06 19:48:40 Tree
[r4133] by mdboom

Updated docstring to reflect current reality.

2007-11-06 19:46:45 Tree
[r4124] by mdboom

Update docstring to reflect reality.

2007-11-06 15:50:51 Tree
[r4123] by mdboom

Mistake in last commit.

2007-11-06 15:48:22 Tree
[r4122] by mdboom

Minor speed improvement (thanks to Eric Firing).
Also use matplotlib.numerix.npyma instead of numpy.ma

2007-11-06 15:37:44 Tree
[r4060] by mdboom

Fix clip path in polar plot legend.

2007-10-29 18:37:17 Tree
[r4059] by mdboom

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

........
r4020 | mdboom | 2007-10-26 14:44:16 -0400 (Fri, 26 Oct 2007) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-3806" from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/transforms
........
r4039 | jdh2358 | 2007-10-28 11:18:02 -0400 (Sun, 28 Oct 2007) | 1 line

added time series to specgram
........
r4046 | mdboom | 2007-10-29 10:30:51 -0400 (Mon, 29 Oct 2007) | 3 lines

Fixing bug in font rendering -- the patented freetype hinter appears
to be unable to deal with the non-square hinting grid hack.
........
r4047 | mdboom | 2007-10-29 10:44:18 -0400 (Mon, 29 Oct 2007) | 4 lines

Fixing bug in font rendering -- the patented freetype hinter appears
to be unable to deal with the non-square hinting grid hack. [Forgot
this file]
.
........
r4057 | mdboom | 2007-10-29 13:47:10 -0400 (Mon, 29 Oct 2007) | 2 lines

Improve the code coverage of backend_driver.py
........

2007-10-29 18:23:24 Tree
[r4058] by mdboom

Updated.

2007-10-29 18:20:11 Tree
[r4056] by mdboom

Oops -- this shouldn't have been committed.

2007-10-29 17:39:06 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.