-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mollweide projection centered in eastern hemisphere reverses X axis #443
Comments
wow... that's uhm... special. Not exactly sure how that is happening. What is your version of pyproj and the proj4 library (hopefully installed via conda?) |
I can confirm that this happens with latest |
Yes installed with Anaconda. pyproj: '1.9.5.1' |
@d-chambers I wanted to see if proj4 v6 fixes the problem but now I can't reproduce it anymore. Would you mind checking if we can use proj4 v6 safely? |
A fix was provided by @YilongWang for issue #463, which is essentially a duplicate this issue. Since the fix is included in the upcoming hotfix release 1.3.9, I will close this issue. |
When creating a Mollweide projection map with a positive
lon_0
the x axis of the plot reverses.I am using basemap version 1.1.0, matplotlib version 3.0.2, python 3.6, and Ubuntu 18.04.
The code above produces this image:
The text was updated successfully, but these errors were encountered: