Skip to content

Mollweide projection no longer shows horizontal gridlines #2299

@lpsinger

Description

@lpsinger

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:

moll

whereas on Matplotlib 1.1.1rc2 on Debian Wheezy, you get:

moll_old

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions