BoxPoints
public enum BoxPoints : 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 box(es) are shown with no sample points Defaults to
suspectedoutliers when marker.outliercolor
or marker.line.outliercolor
is set.
Defaults to all under the q1/median/q3 signature. 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