show_outlier_points property

show_outlier_points property

Indicates whether showing outlier data points.

Definition:

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

See Also