ScaleMode

public enum ScaleMode : String, Encodable

Sets the metric by which the width of each violin is determined.width means each violin has the same (max) width*count* means the violins are scaled by the number of sample points makingup each violin.

  • Undocumented

    Declaration

    Swift

    case width
  • Undocumented

    Declaration

    Swift

    case count