show_mean_line property

show_mean_line property

Indicates whether to show the line connecting all mean points.

Remarks

Only works for BoxWhisker chart.

Definition:

@property
def show_mean_line(self):
    ...
@show_mean_line.setter
def show_mean_line(self, value):
    ...

See Also