Revision: 8686
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8686&view=rev
Author: jswhit
Date: 2010-09-08 12:00:32 + (Wed, 08 Sep 2010)
Log Message:
---
reconsider removeparallels and removemeridians. Add remove method to tuples
contained
in dicts returned by
Revision: 8687
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8687&view=rev
Author: jswhit
Date: 2010-09-08 12:21:50 + (Wed, 08 Sep 2010)
Log Message:
---
don't raise exception if parallel or meridian already removed.
Modified Paths:
--
trunk/too
Revision: 8688
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8688&view=rev
Author: jswhit
Date: 2010-09-08 13:47:13 + (Wed, 08 Sep 2010)
Log Message:
---
deleting an item from parallels/meridians dict removes it from plot.
Modified Paths:
--
tru
Revision: 8689
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8689&view=rev
Author: jswhit
Date: 2010-09-08 13:48:29 + (Wed, 08 Sep 2010)
Log Message:
---
cleanup previous commit.
Modified Paths:
--
trunk/toolkits/basemap/lib/mpl_toolkits/basemap
Revision: 8690
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8690&view=rev
Author: mdboom
Date: 2010-09-08 14:32:17 + (Wed, 08 Sep 2010)
Log Message:
---
[3058804] part of a line is not drawn
Modified Paths:
--
branches/v1_0_maint/lib/matplotlib
Revision: 8691
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8691&view=rev
Author: mdboom
Date: 2010-09-08 15:51:18 + (Wed, 08 Sep 2010)
Log Message:
---
Another pass at fixing simplification.
Modified Paths:
--
branches/v1_0_maint/lib/matplotl
Revision: 8692
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8692&view=rev
Author: jswhit
Date: 2010-09-08 15:53:27 + (Wed, 08 Sep 2010)
Log Message:
---
add DeprecationWarning in NetCDFFile
Modified Paths:
--
trunk/toolkits/basemap/Changelog
Revision: 8693
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8693&view=rev
Author: efiring
Date: 2010-09-09 00:35:12 + (Thu, 09 Sep 2010)
Log Message:
---
figure.py: preserve the order in which Axes were added to the figure
Modified Paths:
--
tr