show_inner_points property

show_inner_points property

Indicates whether showing non-outlier data points.

Definition:

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

See Also