We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8972645 commit 84a06d1Copy full SHA for 84a06d1
doc/users/next_whats_new/axes_kwargs_collision.rst
@@ -8,7 +8,7 @@ functions would detect if you were attempting to create Axes with the
8
same keyword arguments as already-existing axes in the current figure,
9
and if so, they would return the existing Axes. Now, `.pyplot.axes`,
10
`.figure.Figure.add_axes`, and `.figure.Figure.add_subplot` will
11
-always create new Axes. `.pyplot.subplot` will continue reuse an
+always create new Axes. `.pyplot.subplot` will continue to reuse an
12
existing Axes with a matching subplot spec and equal *kwargs*.
13
14
Correspondingly, the behavior of the functions to get the current Axes
0 commit comments