8000 Might be `figure.constrained_layout.use` by gepcel · Pull Request #10581 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Might be figure.constrained_layout.use #10581

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

Merged
merged 2 commits into from
Feb 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/intermediate/constrainedlayout_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ def example_plot(ax, fontsize=12, nodec=False):
# rcParams:
# -----------
#
# There are four `rcParams` that can be set, either in a script
# There are five `rcParams` that can be set, either in a script
# or in the `matplotlibrc` file. They all have the prefix
# `figure.constrained_layout`:
#
# - `do`: Whether to do constrained_layout. Default is False
# - `use`: Whether to use constrained_layout. Default is False
# - `w_pad`, `h_pad` Padding around axes objects.
# Float representing inches. Default is 3./72. inches (3 pts)
# - `wspace`, `hspace` Space between subplot groups.
Expand Down
0