Side

public enum Side : String, Encodable

Determines on which side of the position value the density function making up one half of a violin is plotted.

Useful when comparing two violin traces under overlay mode, where one trace has side set to positive and the other to negative.

  • Undocumented

    Declaration

    Swift

    case both
  • Undocumented

    Declaration

    Swift

    case positive
  • Undocumented

    Declaration

    Swift

    case negative