Clarify if add_major_minor_ticks has support for Cartopy GeoAxes and if not, considering adding it (if it's not a major lift).
The docstring leads me to think it might (though I'm not sure why it says cartopy.mpl.geoaxes.GeoAxesSubplot), but the function doesn't seem to have any projection handling.
Clarify if
add_major_minor_tickshas support for CartopyGeoAxesand if not, considering adding it (if it's not a major lift).The docstring leads me to think it might (though I'm not sure why it says
cartopy.mpl.geoaxes.GeoAxesSubplot), but the function doesn't seem to have any projection handling.