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
Thanks @QuLogic , I can make a pull request.
Indeed, I will have to first check that xycoords is either 'data' or unset (the default is 'data') and only then assign the transform to it.
It is a bit cumbersome and unintuitive to use the
annotate
method withGeoAxes
(see this discussion on stackoverflow).To make the
ax.annotate
method more like the otherGeoAxes
methods (like plot, scatter, etc.), I suggest this thin wrapper:This way the
transform
keyword is used to properly construct thexycoords
transform.Example:
The text was updated successfully, but these errors were encountered: