Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Closed
Labels
Milestone
Description
As of Matplotlib 1.3.0, the Mollweide projection no longer show horizontal gridlines.
With this test command:
python -c "from matplotlib import pyplot as plt; plt.subplot(111, projection='mollweide'); plt.grid(); plt.savefig('moll.png')"with Matplotlib 1.3.0 on MacPorts on Mac OS X Mountain Lion, you get this:
whereas on Matplotlib 1.1.1rc2 on Debian Wheezy, you get:

