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
I want to plot data in the LambertConformal projection, 'cut out' the figure into the shape of the projection, and add axis labels. However, the labels that belong in the corners (minimum and maximum latitude and longitude) are not shown. See image below: I would like to also have the labels for 40N, 80N, 80W and 20E. These are included in the array that I give as input to the xlocator and ylocator of the gridliner object. How can I ensure that these labels in the corners are also shown?
The gridlines method seems to place labels only where gridlines are drawn.
AFAIK release 0.20 will introduce a new gridliner that hopefully fix these issues (#1537).
A possible workaround in the meantime is to define a slightly larger rectangle for the boundary:
Description
I want to plot data in the LambertConformal projection, 'cut out' the figure into the shape of the projection, and add axis labels. However, the labels that belong in the corners (minimum and maximum latitude and longitude) are not shown. See image below: I would like to also have the labels for 40N, 80N, 80W and 20E. These are included in the array that I give as input to the
xlocator
andylocator
of thegridliner
object. How can I ensure that these labels in the corners are also shown?Code to reproduce
Traceback
Full environment definition
Operating system
Cartopy version
conda list
pip list
The text was updated successfully, but these errors were encountered: