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

Skip to content

Commit b06213e

Browse files
authored
Changed to "five" rcParams
Why four? Either 3 (take wspace and hspace as a pair), or five. Maybe I'm wrong, I've just starting by reading docs.
1 parent c6a40ce commit b06213e

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
@@ -226,7 +226,7 @@ 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
#

0 commit comments

Comments
 (0)