Revision: 4178
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4178&view=rev
Author: mdboom
Date: 2007-11-09 05:10:12 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Avoid annoying Qt4 messages when mpl raises an exception. (Thanks to
Martin Teichmann in patch 1828813)
Mo
Revision: 4179
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4179&view=rev
Author: mdboom
Date: 2007-11-09 05:19:38 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Fix font caching bug on OSX
Modified Paths:
--
trunk/matplotlib/lib/matplotlib/font_manager
Revision: 4180
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4180&view=rev
Author: dsdale
Date: 2007-11-09 05:20:10 -0800 (Fri, 09 Nov 2007)
Log Message:
---
committed Martin Teichmann's patch 1828813 to fix qt4 error messages
related to QPainter
Modified Paths:
--
Revision: 4181
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4181&view=rev
Author: mdboom
Date: 2007-11-09 05:47:40 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Remove duplicate line caused by myself and Darren committing the same
patch and virtually the same time.
Mo
Revision: 4182
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4182&view=rev
Author: dsdale
Date: 2007-11-09 05:49:54 -0800 (Fri, 09 Nov 2007)
Log Message:
---
updated CHANGELOG and API_CHANGES
Modified Paths:
--
trunk/matplotlib/API_CHANGES
trunk
Revision: 4183
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4183&view=rev
Author: dsdale
Date: 2007-11-09 06:24:41 -0800 (Fri, 09 Nov 2007)
Log Message:
---
updated dependency report during build process
Modified Paths:
--
trunk/matplotlib/lib/matp
Revision: 4184
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4184&view=rev
Author: mdboom
Date: 2007-11-09 08:33:58 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Fix misaligned clipping rectangle.
Modified Paths:
--
branches/transforms/src/_backend_agg.
Revision: 4185
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4185&view=rev
Author: mdboom
Date: 2007-11-09 08:35:15 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Get wx backend working with wxGraphicsContext drawing.
Modified Paths:
--
branches/transfor
Revision: 4186
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4186&view=rev
Author: mdboom
Date: 2007-11-09 08:40:25 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Removed debugging message.
Modified Paths:
--
branches/transforms/lib/matplotlib/backends/b
Revision: 4187
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4187&view=rev
Author: jdh2358
Date: 2007-11-09 08:42:55 -0800 (Fri, 09 Nov 2007)
Log Message:
---
added face and edge color = 'None' support to patches
Modified Paths:
--
trunk/matplotlib/
Revision: 4188
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4188&view=rev
Author: jdh2358
Date: 2007-11-09 08:43:38 -0800 (Fri, 09 Nov 2007)
Log Message:
---
removed unneeded draw command from tkagg
Modified Paths:
--
trunk/matplotlib/lib/matplotli
Revision: 4189
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4189&view=rev
Author: mdboom
Date: 2007-11-09 11:09:42 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Add support for nonuniform grids to imshow.
Modified Paths:
--
branches/transforms/lib/matp
Revision: 4190
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4190&view=rev
Author: mdboom
Date: 2007-11-09 11:23:42 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Merging trunk to branch
Added Paths:
---
branches/transforms/lib/enthought/
branches/transf
Revision: 4193
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4193&view=rev
Author: jswhit
Date: 2007-11-09 12:00:39 -0800 (Fri, 09 Nov 2007)
Log Message:
---
if poly intersection fails, attempt to use the polygon anyway
Modified Paths:
--
trunk/tool
Revision: 4191
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4191&view=rev
Author: efiring
Date: 2007-11-09 11:37:15 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Remove numerix as nx from pylab
Modified Paths:
--
trunk/matplotlib/examples/animation_bli
Revision: 4194
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4194&view=rev
Author: mdboom
Date: 2007-11-09 12:14:29 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Fix exception plotting an errorbar graph with only two data points.
Modified Paths:
--
trun
Revision: 4195
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4195&view=rev
Author: mdboom
Date: 2007-11-09 12:15:52 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Bugfix: [ 1808189 ] lw kwarg broken in errorbar (Thanks Joe Monaco).
Modified Paths:
--
tru
Revision: 4196
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4196&view=rev
Author: dsdale
Date: 2007-11-09 12:37:57 -0800 (Fri, 09 Nov 2007)
Log Message:
---
minor formatting change to dependency report
Modified Paths:
--
trunk/matplotlib/setupext.p
Revision: 4197
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4197&view=rev
Author: mdboom
Date: 2007-11-09 12:59:47 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Bugfix: [ 1757315 ] ValueError: Cannot set nonpositive limits with log
transform. The axes scales were not
Revision: 4198
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4198&view=rev
Author: mdboom
Date: 2007-11-09 13:09:04 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Bugfix: [ 1745650 ] patch for mlab.py's comment handling
Comment handling had the potential to lose the last
Revision: 4199
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4199&view=rev
Author: mdboom
Date: 2007-11-09 13:27:30 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Bugfix: [ 1732274 ] No antialiasing with pie on wxpython
Reducing the sampling of the curve on the wedge loo
Revision: 4200
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4200&view=rev
Author: mdboom
Date: 2007-11-09 13:28:58 -0800 (Fri, 09 Nov 2007)
Log Message:
---
Oops in last commit.
Modified Paths:
--
trunk/matplotlib/lib/matplotlib/mlab.py
Modified:
Revision: 4201
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4201&view=rev
Author: jswhit
Date: 2007-11-09 14:11:14 -0800 (Fri, 09 Nov 2007)
Log Message:
---
check to see if Greenwich meridian is in map region. If not, some
speedups can be had.
Modified Paths:
---
Revision: 4202
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4202&view=rev
Author: jswhit
Date: 2007-11-09 14:29:49 -0800 (Fri, 09 Nov 2007)
Log Message:
---
back off last commit, doesn't do the right thing in all cases.
Modified Paths:
--
trunk/too
24 matches
Mail list logo