Tested tool guide
Tested browser tools
Checked August 16, 2026
What Violin Plot Builder does, with a checked example
A violin plot is a box plot wrapped in a mirrored density curve. Paste a column of numbers, or several columns for comparison, and this tool draws one violin per group: the box inside reports the median and quartiles, while the mirrored shape shows where the values actually bunch up, including separate peaks a box plot cannot reveal. The most common misreading is the width. Each violin is rescaled to the same area so groups can be compared side by side, so a wide violin means density, not more data.
Worked example
A concrete input and expected output from the current implementation.
Input
2, 3, 4, 5, 5, 6, 7, 8, 9, 12, 16
->
Expected output
One violin, widest around 6 to 7 where five values sit, narrowing through 8 and 9, then a long thin tail out to 16 and a small bulge near 2 to 3. The box inside spans the quartiles 4 to 9 with the median line at 6; the whiskers reach the true minimum 2 and maximum 16, and nothing plots beyond them. The shape reads right-skewed: the mean of 7 sits above the median of 6, matching the visible tail.
Eight of the eleven values lie between 2 and 9, so the density estimate bulges there and tapers sharply above. The isolated 12 and 16 pull the tail far past the median, which is the skew the box plot shows only as a longer upper whisker.