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

Skip to content

Commit c6a40ce

Browse files
authored
Might be figure.constrained_layout.use
I think, untested.
1 parent 9b48fd8 commit c6a40ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def example_plot(ax, fontsize=12, nodec=False):
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)