Violin Plots : General parameters in Boxplot Graphs

# boxplotWidthRatioIfViolin
A number between 0.1 and 1 to adjust the width of the boxplot when violins are shown. It does not affect anything unless violins are shown
Type: float
Default: 0.33
Used in: Boxplot

boxplotWidthRatioIfViolin : 1

boxplotWidthRatioIfViolin : 0.5


# showBoxplotIfViolin
Flag to show/hide the boxplots when violin plot are show. It does not affect anything unless violins are shown
Type: boolean
Default: false
Used in: Boxplot

showBoxplotIfViolin : true

showBoxplotIfViolin : false


# showViolinBoxplot
Flag to show/hide the violin plot in boxplots
Type: boolean
Default: false
Used in: Boxplot

showViolinBoxplot : true

showViolinBoxplot : false


# showViolinQuantiles
Flag to show/hide the quantile 0.25 and 0.75 in violin plots
Type: boolean
Default: false
Used in: Boxplot

showViolinQuantiles : true

showViolinQuantiles : false


# violinBorderColor
Color for the violin borders
Type: color
Default: rgb(0,0,0)
Used in: Boxplot

violinBorderColor : "#9e0adb"

violinBorderColor : "#ff7d00"


# violinColor
Color for the violins. If specified all the violins will have the assigned color; otherwise it will be automatically assigned
Type: color
Default: false
Used in: Boxplot

violinColor : "#9e0adb"

violinColor : "#ff7d00"


# violinPointsSide
Side the original data points (showBoxplotOriginalData) sit on for half violins. false (default) places them on the opposite half from the violin; lt/rb pin them to an end; center draws them on the centre line (the shared split line for split violins, pooling both levels into one central cloud). May be given as a single value or as an object keyed by variable name or sample-group name for per-variable / per-sample control
Type: string
Default:
Options: lt, rb, center
Used in: Boxplot

violinPointsSide : "lt"

violinPointsSide : "rb"

violinPointsSide : "center"


# violinScale
Type for scaling violin plots
Type: string
Default: width
Options: area, count, width
Used in: Boxplot

violinScale : "area"

violinScale : "count"

violinScale : "width"


# violinSide
Which half of the band a violin occupies: both (full symmetric violin, default), lt (left when vertical / top when horizontal), rb (right / bottom), or split (auto-assign the two halves from a 2-level color/segregate group, seaborn split=True). May be given as a single value (applies to all groups) or as an object keyed by variable name or sample-group name for per-variable / per-sample sides, e.g. {"Before":"lt","After":"rb"}
Type: string
Default: both
Options: both, lt, rb, split
Used in: Boxplot

violinSide : "both"

violinSide : "lt"

violinSide : "rb"

violinSide : "split"


# violinTransparency
Fraction to adjust color transparency for the violins
Type: float
Default: 0.4
Used in: Boxplot

violinTransparency : 0.33

violinTransparency : 0.66


# violinTrim
Flag to trim violin plots
Type: boolean
Default: true
Used in: Boxplot

violinTrim : true

violinTrim : false