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.

  • on

    Undocumented

    Declaration

    Swift

    case on
  • Undocumented

    Declaration

    Swift

    case standardDeviation
  • off

    Undocumented

    Declaration

    Swift

    case off
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws