-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
pie chart is trimmed #2518
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
Looks like the bug is that the shadows are not accounted for when The reason the text looks fine is because they are explicitly set to have |
Yes, and that's why set_clip_on(False) worked for me and solved the problem. I'm fine with this solution, if you don't this is a bug in the lib which should be fixed later, feel free to close this report. |
As long as the shadows are entirely inside the axes (which It isn't an issue with auto-scaling, the axes limits are hard coded in |
- set default value of `clip_on` in *prop dicts - closes matplotlib#2518
- set default value of `clip_on` in *prop dicts - closes matplotlib#2518
- set default value of `clip_on` in *prop dicts - closes matplotlib#2518
- set default value of `clip_on` in *prop dicts - closes matplotlib#2518
I'm pretty new to matplotlib, and asked a question on StackOverflow where they suggested me to report my issue as a bug. Please see the relevant thread with images: http://stackoverflow.com/questions/19347453/matplotlib-savefig-trims-the-graph
The text was updated successfully, but these errors were encountered: