Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbc65ac

Browse files
committed
Move change description to behaviour.rst
Remove specification for where the old parameter remains supported This was fixed by merging #15254
1 parent 19298c9 commit cbc65ac

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/api/next_api_changes/behaviour.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,12 @@ Calling ax.arrow() will now autoscale the axes.
138138
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139139
... because the offset text can rarely be interpreted without tick labels
140140
anyways.
141+
142+
`.Axes.annotate` and `.pyplot.annotate` parameter name changed
143+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144+
The parameter ``s`` to `.Axes.annotate` and `.pyplot.annotate` is renamed to
145+
``text``, matching `.Annotation`.
146+
147+
The old parameter name remains supported, but
148+
support for it will be dropped in a future Matplotlib release.
149+

0 commit comments

Comments
 (0)