show_mean_line property

show_mean_line property

Indicates whether showing the line connecting all mean points.

Definition:

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

See Also