Skip to content

Commit 4320a9e

Browse files
committed
Update changelog
1 parent ae4ab31 commit 4320a9e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/users/next_whats_new/axes_kwargs_collision.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ The behavior of the functions to create new axes (`.pyplot.axes`,
66
`.figure.Figure.add_subplot`) has changed. In the past, these functions would
77
detect if you were attempting to create Axes with the same keyword arguments as
88
already-existing axes in the current figure, and if so, they would return the
9-
existing Axes. Now, these functions will always create new Axes. A special
10-
exception is `.pyplot.subplot`, which will reuse any existing subplot with a
11-
matching subplot spec. However, if there is a subplot with a matching subplot
12-
spec, then that subplot will be returned, even if the keyword arguments with
13-
which it was created differ.
9+
existing Axes. Now, these functions will always create new Axes.
1410

1511
Correspondingly, the behavior of the functions to get the current Axes
1612
(`.pyplot.gca`, `.figure.Figure.gca`) has changed. In the past, these functions

0 commit comments

Comments
 (0)