Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7eff65a

Browse filesBrowse files
committed
Fix a typo in Constrained Layout Guide.
1 parent c80861e commit 7eff65a
Copy full SHA for 7eff65a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tutorials/intermediate/constrainedlayout_guide.py

Copy file name to clipboardExpand all lines: tutorials/intermediate/constrainedlayout_guide.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.