Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84f3393

Browse files
committed
Remove Mollweide from options, since it's currently broken anyway.
svn path=/branches/transforms/; revision=4781
1 parent 79be9d8 commit 84f3393

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/projections/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from geo import AitoffAxes, HammerAxes, MolleweideAxes, LambertAxes
1+
from geo import AitoffAxes, HammerAxes, LambertAxes
22
from polar import PolarAxes
33
from matplotlib import axes
44

@@ -25,7 +25,6 @@ def get_projection_names(self):
2525
PolarAxes,
2626
AitoffAxes,
2727
HammerAxes,
28-
MolleweideAxes,
2928
LambertAxes)
3029

3130
def get_projection_class(projection):

0 commit comments

Comments
 (0)