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

Skip to content

Commit d7a4a8c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)