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

Skip to content

Commit 7eff65a

Browse files
committed
Fix a typo in Constrained Layout Guide.
1 parent c80861e commit 7eff65a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def example_plot(ax, fontsize=12, nodec=False):
284284
# Spacing between subplots is set by ``wspace`` and ``hspace``. There are
285285
# specified as a fraction of the size of the subplot group as a whole.
286286
# If the size of the figure is changed, then these spaces change in
287-
# proportion. Note in the blow how the space at the edges doesn't change from
287+
# proportion. Note in the below how the space at the edges doesn't change from
288288
# the above, but the space between subplots does.
289289

290290
fig, axs = plt.subplots(2, 2, constrained_layout=True)

0 commit comments

Comments
 (0)