ViolinMode

public enum ViolinMode : String, Encodable

Determines how violins at the same location coordinate are displayed on the graph.

If group, the violins are plotted next to one another centered around the shared location. If overlay, the violins are plotted over one another, you might need to set opacity to see them multiple violins. Has no effect on traces that have width set.

  • Undocumented

    Declaration

    Swift

    case group
  • Undocumented

    Declaration

    Swift

    case overlay