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 19298c9 commit cbc65acCopy full SHA for cbc65ac
doc/api/next_api_changes/2019-08-12-KS.rst
doc/api/next_api_changes/behaviour.rst
@@ -138,3 +138,12 @@ Calling ax.arrow() will now autoscale the axes.
138
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139
... because the offset text can rarely be interpreted without tick labels
140
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