Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Added native dpi option for print_figure#4286
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
mdboom commentedMar 27, 2015
Interesting idea, but I'm not sure the term |
patchen commentedMar 28, 2015
How about "preserve" or "figure" ? |
tacaswell commentedMar 28, 2015
How does this interact with |
patchen commentedMar 29, 2015
I moved the It seems like a common gotcha with users where the Figure dpi (screen) and Figure.savefig() dpi (output) differ. |
efiring commentedMar 30, 2015
I like it. |
tacaswell commentedMar 30, 2015
👍 from me too. @patchen Can you add an entry tohttps://github.com/matplotlib/matplotlib/tree/master/doc/users/whats_new ? The validation the the dpi kwarg should also be updated to allow 'figure' as a valid value. |
patchen commentedMar 31, 2015
@tacaswell |
tacaswell commentedMar 31, 2015
If you try to do |
ENH : Added native dpi option for print_figure
As per#305, Added the option to set dpi='native' in canvas.print_figure(). Doing so will set the "canvas print_figure" dpi equal to the figure dpi.