8000 DOC: add missing docs for change to Figure.set_size_inches by tacaswell · Pull Request #8008 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

DOC: add missing docs for change to Figure.set_size_inches #8008

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

tacaswell
Copy link
Member

No description provided.

@tacaswell tacaswell added Documentation Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labels Feb 2, 2017
@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Feb 2, 2017
@NelleV NelleV self-assigned this Feb 2, 2017

fig.set_size_inches(w,h) # OR
fig.set_size_inches((w,h) )
fig.set_size_inches((w,h))

optional kwarg *forward=True* will cause the canvas size to be
automatically updated; e.g., you can resize the figure window
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps mention the requirement for backends here and not only in the style-changes documentation?

@NelleV NelleV merged commit 493cb8a into matplotlib:v2.0.x Feb 2, 2017
@tacaswell tacaswell deleted the doc_document_set_size_inches_forward_change branch January 20, 2020 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0