-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
AnchoredOffsetBox not taken into account by bbox_inches='tight' #2530
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
One symptom of this is yhat/ggpy#33, where ggplot figures have their legends cut off when using IPython's inline backend, which is implemented via |
Sorry for not looking at this sooner @minrk.
In this case As a workaround, simply turning clipping off on this artist (i.e. |
This adds a workaround for a bug in the tight layout code in matplotlib. The next version of matplotlib has the same fix internaly, so this workaround is not needed for matplotlib >1.3.1 matplotlib/matplotlib#2530 Closes: yhat#33
This adds a workaround for a bug in the tight layout code in matplotlib. The next version of matplotlib has the same fix internaly, so this workaround is not needed for matplotlib >1.3.1 matplotlib/matplotlib#2530 Closes: yhat/ggpy#33
I don't know if this is intended behavior, but an AnchoredOffsetBox outside the axes will be cut off if
bbox_inches='tight'
.To reproduce:
gives
This is reproduced with current master (8162371).
The text was updated successfully, but these errors were encountered: