-
Notifications
You must be signed in to change notification settings - Fork 368
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
missing gridlines: InterruptedGoodeHomolosine #1015
Comments
Yes, it looks likely that this is a matplotlib version issue. @QuLogic - did you see anything like this on your mpl 2 travels? |
It seems to come from matplotlib/matplotlib@9982e40, but I'm not entirely sure why. |
Though 6061b2c should have been a related fix; not sure why it didn't help. |
Well, this was a confusing one. It turns out that the locations of the meridians are fine, but what changed were the parallels. The meridians are drawn from the minimum parallel to the maximum parallel. In Matplotlib 1.5.3, the parallels were Apparently, for IGH, if you draw the meridians from -90 to 90 latitude, they don't transform right. If I patch it to start at -89, then all the gridlines show up again. So there are two bugs:
|
Of course, the former is easier said than done, since sometimes you want the gridline to end at the last of the other direction, and sometimes you don't, depending on the projection. This might need some kind of option to get right. |
I just noticed that the only one x-gridline gets drawn with InterruptedGoodeHomolosine. This is is in contrast to the Example. So maybe it's a matplotlib issue?
0.15.1
2.1.1
Expected outcome
The text was updated successfully, but these errors were encountered: