Closed
Description
Bug report
Bug summary
There is a small typo at https://matplotlib.org/3.2.1/api/_as_gen/matplotlib.axes.Axes.annotate.html?highlight=annotate#matplotlib.axes.Axes.annotate
I think, Axes.annotate(self, s, xy, *args, **kwargs)¶
should be Axes.annotate(self, text, xy, *args, **kwargs)¶
Sorry, if its not an appropriate place to report this.
Code for reproduction
# Paste your code here
#
#
Actual outcome
# If applicable, paste the console output here
#
#
Expected outcome
Matplotlib version
- Operating system:
- Matplotlib version:
- Matplotlib backend (
print(matplotlib.get_backend())
): - Python version:
- Jupyter version (if applicable):
- Other libraries:
Metadata
Metadata
Assignees
Labels
No labels