8000 Update documentation to reflect which kwargs errorbar() passes on · matplotlib/matplotlib@c0ac694 · GitHub
[go: up one dir, main page]

Skip to content

Commit c0ac694

Browse files
committed
Update documentation to reflect which kwargs errorbar() passes on
1 parent e4fe84e commit c0ac694

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3367,7 +3367,25 @@ def errorbar(self, x, y, yerr=None, xerr=None,
33673367
property names, *markerfacecolor*, *markeredgecolor*, *markersize*
33683368
and *markeredgewidth*.
33693369
3370-
Valid kwargs for the marker properties are `.Line2D` properties:
3370+
Valid kwargs for the marker properties are:
3371+
3372+
- marker
3373+
- markersize
3374+
- markerfacecolor
3375+
- markerfacecoloralt
3376+
- markeredgewidth
3377+
- markeredgecolor
3378+
- markevery
3379+
- linestyle
3380+
- fillstyle
3381+
- drawstyle
3382+
- dash_capstyle
3383+
- dash_joinstyle
3384+
- solid_capstyle
3385+
- solid_joinstyle
3386+
- dashes
3387+
3388+
Refer to the corresponding `.Line2D` property for more details:
33713389
33723390
%(Line2D:kwdoc)s
33733391
"""

0 commit comments

Comments
 (0)
0