Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Bug summary
When I save a figure my canvas is smaller as before. As I need to extract images from an interactive pyplot I cannot align them anymore afterwards.
Code for reproduction
import matplotlib.pyplot as plt f = plt.Figure() plt.plot([1,2,3]) f.savefig('test.png')
Actual outcome
Figure gets saved, figure shrinks. Subsequent figure is then a tiny bit smaller
Expected outcome
The figure gets saved, the canvas or figure size stays untouched.
Matplotlib version
The text was updated successfully, but these errors were encountered:
Suspect this is a duplicate of #8736
Sorry, something went wrong.
Indeed, the fix suggested in #8736 did fix the problem, but only if I do not set a costum DPI.
closing in favor of #8736
No branches or pull requests
Bug report
Bug summary
When I save a figure my canvas is smaller as before. As I need to extract images from an interactive pyplot I cannot align them anymore afterwards.
Code for reproduction
Actual outcome
Figure gets saved, figure shrinks. Subsequent figure is then a tiny bit smaller
Expected outcome
The figure gets saved, the canvas or figure size stays untouched.
Matplotlib version
The text was updated successfully, but these errors were encountered: