Revision: 4781
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4781&view=rev
Author: mdboom
Date: 2007-12-20 09:14:36 -0800 (Thu, 20 Dec 2007)
Log Message:
-----------
Remove Mollweide from options, since it's currently broken anyway.
Modified Paths:
--------------
branches/transforms/lib/matplotlib/projections/__init__.py
Modified: branches/transforms/lib/matplotlib/projections/__init__.py
===================================================================
--- branches/transforms/lib/matplotlib/projections/__init__.py 2007-12-20 17:14:03 UTC (rev 4780)
+++ branches/transforms/lib/matplotlib/projections/__init__.py 2007-12-20 17:14:36 UTC (rev 4781)
@@ -1,4 +1,4 @@
-from geo import AitoffAxes, HammerAxes, MolleweideAxes, LambertAxes
+from geo import AitoffAxes, HammerAxes, LambertAxes
from polar import PolarAxes
from matplotlib import axes
@@ -25,7 +25,6 @@
PolarAxes,
AitoffAxes,
HammerAxes,
- MolleweideAxes,
LambertAxes)
def get_projection_class(projection):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|