We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e587e5e commit ac04967Copy full SHA for ac04967
1 file changed
examples/subplots_axes_and_figures/gridspec_nested.py
@@ -28,7 +28,7 @@ def format_axes(fig):
28
ax2 = f.add_subplot(gs00[-1, :-1])
29
ax3 = f.add_subplot(gs00[-1, -1])
30
31
-# the following syntax is the same as the GridSpecFromSubplotSpec call above:
+# the following syntax does the same as the GridSpecFromSubplotSpec call above:
32
gs01 = gs0[1].subgridspec(3, 3)
33
34
ax4 = f.add_subplot(gs01[:, :-1])
0 commit comments