Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Milestone
Description
Bug report
Bug summary
There is a small typo athttps://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 beAxes.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