Skip to content
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

allow change of png DPI in inline backend #957

Closed
wants to merge 1 commit into from
Closed

Conversation

minrk
Copy link
Member

@minrk minrk commented Oct 31, 2011

This moves setting the DPI to the rcParams initialization,
so that it can be changed later by the user, setting
rcParams['savefig.figsize'].

DPI has no effect on SVG figures, so any other value will result in
mismatch between svg and png figures. There is already a mismatch in the notebook, where 72 is not the right answer.

This moves setting the DPI to the rcParams initialization,
so that it can be changed later by the user, setting
`rcParams['savefig.figsize']`.

DPI has no effect on SVG figures, so any other value will result in
mismatch between svg and png figures.
@fperez
Copy link
Member

fperez commented Nov 10, 2011

Great, thanks! Rebased to prevent recursive merge on a single commit, pushed as 16e1771.

@fperez fperez closed this Nov 10, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants