-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Annotation text bbox calculated incorrectly in matplotlib>=1.4.3? #4139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I agree with @jenshnielsen's diagnosis. Someplace a call to |
It is related to #4023. The issue is that the |
There's even more: if |
The clipping is related to #4012 I think. |
Prior to matplotlib 1.4.3, text bounding boxes created with
annotate
did not include the connection arrow. Starting with 1.4.3 and continuing up to the current HEAD, the bbox includes the connection arrow.As an example:
This may be related to #4012?
The text was updated successfully, but these errors were encountered: