You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually I would propose to revert the specific change to annotate in #10830 to switch back to s only; it doesn't make sense to have different kwarg names to annotate() and to text().
Bug report
Bug summary
Annotation argument has changed from 2.2.3 to 3.0 but I do not think it has been fully documented.
The documentation here is not to date with
s
still the keyword shown in parameter list (although it hastext
in the definition) https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.annotate.html#matplotlib.axes.Axes.annotateCode for reproduction
Actual outcome
Here is the outcome in two different version of matplotlib.
and
Expected outcome
I did not expect it to have changed.
If I change
s
totext
then I have the same problem in reverse if trying to use both versions( I do know that the arg name can be omitted)
Matplotlib version
conda installed matplotlib from conda-forge
The text was updated successfully, but these errors were encountered: