Skip to content

Commit 6cf8cce

Browse files
committed
Move change description to behaviour.rst
1 parent 3f08548 commit 6cf8cce

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

doc/api/next_api_changes/2019-08-12-KS.rst

-8
This file was deleted.

doc/api/next_api_changes/behaviour.rst

+10
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,13 @@ This behavior is consistent with other figure saving methods
122122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123123
This is consistent with other signature mismatch errors. Previously a
124124
ValueError was raised.
125+
126+
127+
`.Axes.annotate` and `.pyplot.annotate` parameter name changed
128+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
129+
The parameter ``s`` to `.Axes.annotate` and `.pyplot.annotate` is renamed to
130+
``text``, matching `.Annotation`.
131+
132+
The old parameter name remains supported for `.Axes.annotate`, but
133+
support for it will be dropped in a future Matplotlib release.
134+

0 commit comments

Comments
 (0)