Revision: 4880
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4880&view=rev
Author: sameerd
Date: 2008-01-18 10:21:14 -0800 (Fri, 18 Jan 2008)
Log Message:
---
rec_join now returns an array that has its rows in the same order as the first
record array passed to it.
Revision: 4879
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4879&view=rev
Author: mdboom
Date: 2008-01-18 09:59:51 -0800 (Fri, 18 Jan 2008)
Log Message:
---
Fix poly_editor.py
Modified Paths:
--
branches/v0_91_maint/examples/poly_editor.py
Modifie
Revision: 4878
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4878&view=rev
Author: mdboom
Date: 2008-01-18 09:57:23 -0800 (Fri, 18 Jan 2008)
Log Message:
---
Fix poly_editor.py
Modified Paths:
--
trunk/matplotlib/examples/poly_editor.py
Modified: t
Revision: 4877
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4877&view=rev
Author: mdboom
Date: 2008-01-18 09:27:35 -0800 (Fri, 18 Jan 2008)
Log Message:
---
Fix lasso_demo.py
Modified Paths:
--
trunk/matplotlib/examples/lasso_demo.py
trunk/matp
Revision: 4875
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4875&view=rev
Author: mdboom
Date: 2008-01-18 06:44:10 -0800 (Fri, 18 Jan 2008)
Log Message:
---
Add line simplification, to cut down on the number of line segments
that need to be stroked. Affects *Agg a
Revision: 4876
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4876&view=rev
Author: mdboom
Date: 2008-01-18 07:04:52 -0800 (Fri, 18 Jan 2008)
Log Message:
---
Bugfig for last commit. Don't do simplifications on filled paths
ever. (Until we can work out the difficul