Skip to content

Commit ac43dab

Browse files
committed
When setting the flier marker override all colors
Setting color alone has no effect as facecolor and edgecolor are still set to the default values
1 parent 5f3be5f commit ac43dab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/axes/_axes.py

+2
Original file line numberDiff line numberDiff line change
@@ -3346,6 +3346,8 @@ def _update_dict(dictionary, rc_name, properties):
33463346
# filled symbol, if the users want more control use
33473347
# flierprops
33483348
flierprops['color'] = color
3349+
flierprops['markerfacecolor'] = color
3350+
flierprops['markeredgecolor'] = color
33493351

33503352
# replace medians if necessary:
33513353
if usermedians is not None:

0 commit comments

Comments
 (0)