File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -122,3 +122,13 @@ This behavior is consistent with other figure saving methods
122
122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123
123
This is consistent with other signature mismatch errors. Previously a
124
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
+
You can’t perform that action at this time.
0 commit comments