8000 Add markerfacealt to pass-through arguments for error bar lines · matplotlib/matplotlib@e4fe84e · GitHub
[go: up one dir, main page]

Skip to content

Commit e4fe84e

Browse files
committed
Add markerfacealt to pass-through arguments for error bar lines
1 parent 33a0599 commit e4fe84e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 0 deletions
< 3F9F td data-grid-cell-id="diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900-3471-3472-2" data-line-anchor="diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900R3472" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
'linestyle', 'fillstyle', 'drawstyle', 'dash_capstyle',
Original file line numberDiff line numberDiff line change
@@ -3467,6 +3467,7 @@ def _upcast_err(err):
34673467
# Eject any line-specific information from format string, as it's not
34683468
# needed for bars or caps.
34693469
for key in ['marker', 'markersize', 'markerfacecolor',
3470+
'markerfacecoloralt',
34703471
'markeredgewidth', 'markeredgecolor', 'markevery',
34713472
34723473
'dash_joinstyle', 'solid_capstyle', 'solid_joinstyle',

0 commit comments

Comments
 (0)
0