We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f08548 commit 6cf8cceCopy full SHA for 6cf8cce
doc/api/next_api_changes/2019-08-12-KS.rst
doc/api/next_api_changes/behaviour.rst
@@ -122,3 +122,13 @@ This behavior is consistent with other figure saving methods
122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123
This is consistent with other signature mismatch errors. Previously a
124
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