Revision: 4893
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4893&view=rev
Author: efiring
Date: 2008-01-23 14:35:10 -0800 (Wed, 23 Jan 2008)
Log Message:
---
streamline handling of masked values in Path.__init__
Modified Paths:
--
trunk/matplotlib/
Revision: 4892
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4892&view=rev
Author: mdboom
Date: 2008-01-23 12:33:27 -0800 (Wed, 23 Jan 2008)
Log Message:
---
Fix exception with maskedarray branch of numpy (Thanks, David Huard)
Modified Paths:
--
tru
Revision: 4891
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4891&view=rev
Author: mdboom
Date: 2008-01-23 11:12:41 -0800 (Wed, 23 Jan 2008)
Log Message:
---
Fix warnings on gcc 4.2.1
Modified Paths:
--
trunk/matplotlib/src/_backend_agg.cpp
trun
Revision: 4890
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4890&view=rev
Author: mdboom
Date: 2008-01-23 10:27:05 -0800 (Wed, 23 Jan 2008)
Log Message:
---
Fix relim again (thanks Darren Dale)
Modified Paths:
--
trunk/matplotlib/lib/matplotlib/axe
Revision: 4889
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4889&view=rev
Author: mdboom
Date: 2008-01-23 10:13:40 -0800 (Wed, 23 Jan 2008)
Log Message:
---
Remove an accidental printf.
Modified Paths:
--
trunk/matplotlib/src/_backend_agg.cpp
Modi
Revision: 4888
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4888&view=rev
Author: mdboom
Date: 2008-01-23 06:35:21 -0800 (Wed, 23 Jan 2008)
Log Message:
---
Minor speed improvements in Agg backend.
Modified Paths:
--
trunk/matplotlib/src/_backend_a
Revision: 4887
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4887&view=rev
Author: jswhit
Date: 2008-01-23 05:33:01 -0800 (Wed, 23 Jan 2008)
Log Message:
---
remove backwards compatibility kludge for ax.get_position
Modified Paths:
--
trunk/toolkits
Revision: 4886
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4886&view=rev
Author: jswhit
Date: 2008-01-23 05:20:03 -0800 (Wed, 23 Jan 2008)
Log Message:
---
make a copy of projparams dict, so original is not modified.
Modified Paths:
--
trunk/toolk