-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
Milestone
Description
At http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.errorbar, just above the table for the kwargs, there is a typo in:
where mfc, mec, ms and mew are aliases for the longer property names, markerfacecolor, markeredgecolor, markersize and markeredgewith.
markeredgewith should be markeredgewidth
Reactions are currently unavailable