Skip to main content

violin-boxplot

lq.violin-boxplot(width: 15%, fill: auto, stroke: auto)(source)

A boxplot for a violin or hviolin plot. This type provides a customization interface for the boxplot displayed in a violin plot.

Parameters

width : int | float | ratio | length    default: 15%

The width of the boxplot inside the violin plot. This can be

  • an int or float to specify the width in data coordinates,
  • a ratio to give the width relative to violin.width,
  • or an absolute, fixed length.

fill : auto | none | color | gradient | tiling | ratio    default: auto

How to fill the boxplot.

stroke : none | length | color | stroke | gradient | tiling | dictionary    default: auto

How to stroke the boxplot.