-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Change savefig.dpi
and figure.dpi
defaults
#5659
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
Conversation
👍 from me |
Change `savefig.dpi` and `figure.dpi` defaults
Cherry-picked to v2.0.x as a903315. @tacaswell, did I do that correctly? |
@efiring: We've been cherry-picking the merge commit (which in this case is 6333526) rather than the individual commits (in this case 016406a). I think you did the latter. It's not a huge difference, but it does keep a mention in the logs of which PR a feature came from for later reference if you do the former. It's also easier to merge a multi-commit PR that way. |
@mdboom, OK, that makes sense, thank you. That requires using the "-m parent" option to the "git cherry-pick" command, doesn't it? How does one know the parent number? |
It is always parent 1 because we are meeting things into master On Sun, Dec 13, 2015, 10:33 Eric Firing notifications@github.com wrote:
|
Travis is complaining about the original commit, but it seems unrelated to the actual file changes. Should I be worried?
|
Something seems to have gone wrong with that file, #5652 had the same issue. |
Hm, strange. It seems like only AppVeyor was run. |
Change the default values for
savefig.dpi
andfigure.dpi
as suggested in #305.