Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7d7cbb

Browse files
committed
Merge pull request #6600 from Energya/patch-1
Typo: markeredgewith -> markeredgewidth
1 parent 001ea25 commit c7d7cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2757,7 +2757,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
27572757
27582758
where *mfc*, *mec*, *ms* and *mew* are aliases for the longer
27592759
property names, *markerfacecolor*, *markeredgecolor*, *markersize*
2760-
and *markeredgewith*.
2760+
and *markeredgewidth*.
27612761
27622762
valid kwargs for the marker properties are
27632763

0 commit comments

Comments
 (0)