You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gridlines are not being plotted correctly with several projections, including Mollweide and Orthographic. The problem is that the gridlines do not continue all the way to pole, but simply stop at something like 85 degrees.
Here is some simple code to demonstrate the problem
FixSciTools#1443
Merge the old and the new algo for the axes domain estimate
The coordinates of the outline are simply added to the rasterised coordinates.
In addition, the rasterized coordinates are generated with a non-even number of ticks to make sure to catch the center when bounds are symetric.
Add gridliner_orthographic test
This tests Gridliner._axes_domain
Update figs due to new gridliner axes domain
Fix figure testing for crs
Fix tolerance for test_gridliner
Remove unneeded call to ravel
Gridlines are not being plotted correctly with several projections, including Mollweide and Orthographic. The problem is that the gridlines do not continue all the way to pole, but simply stop at something like 85 degrees.
Here is some simple code to demonstrate the problem
The text was updated successfully, but these errors were encountered: