Points
public enum Points : Encodable
If outliers, only the sample points lying outside the whiskers are shown If
suspectedoutliers, the outlier points are shown and points either less than 4*Q1-3*Q3 or
greater than 4*Q3-3*Q1 are highlighted (see outliercolor) If all, all sample points are
shown If false, only the violins are shown with no sample points.
Defaults to suspectedoutliers when marker.outliercolor or marker.line.outliercolor is set,
otherwise defaults to outliers.
-
Undocumented
Declaration
Swift
case all -
Undocumented
Declaration
Swift
case outliers -
Undocumented
Declaration
Swift
case suspectedOutliers -
Undocumented
Declaration
Swift
case off -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
Install in Dash
Points Enumeration Reference