We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5318526 commit 6ce43e3Copy full SHA for 6ce43e3
galleries/users_explain/figure/api_interfaces.rst
@@ -174,7 +174,7 @@ referenced by ``plt.gca()``? One simple way is to call ``subplot`` again with
174
the same arguments. However, that quickly becomes inelegant. You can also
175
inspect the Figure object and get its list of Axes objects, however, that can be
176
misleading (colorbars are Axes too!). The best solution is probably to save a
177
-handle to every Axes you create, but if you do that, why not simply create the
+handle to every Axes you create, but if you do that, why not simply create
178
all the Axes objects at the start?
179
180
The first approach is to call ``plt.subplot`` again:
0 commit comments