BoxMean
public enum BoxMean : Encodable
If true, the mean of the box(es)‘ underlying distribution is drawn as a dashed line inside the box(es).
If sd the standard deviation is also drawn. Defaults to true when mean
is set. Defaults to
sd when sd
is set Otherwise defaults to false.
-
Undocumented
Declaration
Swift
case on
-
Undocumented
Declaration
Swift
case standardDeviation
-
Undocumented
Declaration
Swift
case off
-
Declaration
Swift
public func encode(to encoder: Encoder) throws