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 attempted to create a NorthPolarStereo projection where only the x-axis label is visible. However, when I set draw_labels='x', both the x and y-axis labels are displayed. Under closer inspection, I discovered that the logic for determining whether to draw the label is unclear. Within the GridLliner class, when auto_inline=True, self.inline_labels is always set to the specific coordinate, regardless of the draw_labels setting. This result causes in incorrect behavior to _draw_this_label function.
Description
I attempted to create a NorthPolarStereo projection where only the x-axis label is visible. However, when I set
draw_labels='x'
, both the x and y-axis labels are displayed. Under closer inspection, I discovered that the logic for determining whether to draw the label is unclear. Within theGridLliner
class, whenauto_inline=True
,self.inline_labels
is always set to the specific coordinate, regardless of thedraw_labels
setting. This result causes in incorrect behavior to_draw_this_label
function.Code to reproduce
Cartopy version
0.23.0
This is the display figure
The text was updated successfully, but these errors were encountered: