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 ac04967

Browse filesBrowse files
committed
DOC: fix Subplot calls
1 parent e587e5e commit ac04967
Copy full SHA for ac04967

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

‎examples/subplots_axes_and_figures/gridspec_nested.py

Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/gridspec_nested.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def format_axes(fig):
2828
ax2 = f.add_subplot(gs00[-1, :-1])
2929
ax3 = f.add_subplot(gs00[-1, -1])
3030

31-
# the following syntax is the same as the GridSpecFromSubplotSpec call above:
31+
# the following syntax does the same as the GridSpecFromSubplotSpec call above:
3232
gs01 = gs0[1].subgridspec(3, 3)
3333

3434
ax4 = f.add_subplot(gs01[:, :-1])

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.