8000 fixed typo in mean style boxplot updating · matplotlib/matplotlib@d7a4a8c · GitHub
[go: up one dir, main page]

Skip to content

Commit d7a4a8c

Browse files
committed
fixed typo in mean style boxplot updating
1 parent eb56c3b commit d7a4a8c

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
@@ -3139,7 +3139,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
31393139
else:
31403140
final_meanprops = dict(linestyle='none', markerfacecolor='red',
31413141
marker='s')
3142-
if final_meanprops is not None:
3142+
if meanprops is not None:
31433143
final_meanprops.update(meanprops)
31443144

31453145
def to_vc(xs, ys):

0 commit comments

Comments
 (0)
0