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"


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

violinScale : "area"

violinScale : "count"

violinScale : "width"


# 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