-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Change canvas.print_figure default resolution #305
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
Current behavior that if dpi=None (the default), then defer to the rc param "savefig.dpi" (which seems to default to 100). Maybe we could allow for a string value ("native") that would be tested for and would indicate to use the dpi already set. |
Sounds like an easy win... is there a reason we haven't done it already??? |
At the same time, can we change the default figure.dpi to 100? And make the savefig.dpi "native", or whatever ("screen"? "figure"?) be the default there? That way we are not actually changing the default savefig.dpi, which is most likely to be the one that would upset people running automated plot generation, and we are making the figure.dpi more sensible for typical screens--I think. |
Seems reasonable to me. |
Should this issue be closed, or do you still want to change the defaults ( |
This should be folded in with the 2.0 style changes. |
While on it, i really dislike the use of savefig.dpi in ipython-inline, it should just use the figure.dpi. |
It should also stop using subplot adjust. |
@Tillsten You need to take that up with the IPython folks, mpl does not control that backend. |
@tacaswell I really think your voice is a lot stronger than the one of a single user. |
Original report at SourceForge, opened Fri Feb 5 22:59:50 2010
Change canvas.print_figure default resolution from 100 DPI to the resolution of the figure being printed.
The text was updated successfully, but these errors were encountered: