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

Skip to content

Commit ac04967

Browse files
committed
DOC: fix Subplot calls
1 parent e587e5e commit ac04967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subplots_axes_and_figures/gridspec_nested.py

Lines 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)