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

# 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

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

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

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

# 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

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

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

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