Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bae7f77

Browse files
authored
Merge pull request #10581 from gepcel/patch-2
Might be `figure.constrained_layout.use`
2 parents 34aee94 + b06213e commit bae7f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,11 @@ def example_plot(ax, fontsize=12, nodec=False):
226226
# rcParams:
227227
# -----------
228228
#
229-
# There are four `rcParams` that can be set, either in a script
229+
# There are five `rcParams` that can be set, either in a script
230230
# or in the `matplotlibrc` file. They all have the prefix
231231
# `figure.constrained_layout`:
232232
#
233-
# - `do`: Whether to do constrained_layout. Default is False
233+
# - `use`: Whether to use constrained_layout. Default is False
234234
# - `w_pad`, `h_pad` Padding around axes objects.
235235
# Float representing inches. Default is 3./72. inches (3 pts)
236236
# - `wspace`, `hspace` Space between subplot groups.

0 commit comments

Comments
 (0)