Interactive Violin Plot Generator

Visualize and compare distributions of multiple datasets with an interactive Violin Plot.

Enter Your Datasets

Input each dataset on a new line, with values separated by commas. For example:

      2,3,4,5,6
      1,2,2,3,4,4,5
      3,3,4,4,4,5,5,6,6,7
    

Violin Plot

About Violin Plots

A violin plot is a method of visualizing the distribution of numerical data of different datasets. It is similar to a box plot, but also shows the probability density of the data at different values, often smoothed by a kernel density estimator. Violin plots are useful for comparing the distributions of different groups. They show not only summary statistics (like median and quartiles, similar to box plots) but also the shape of the distribution, which can be very informative. Use this tool to easily generate and copy violin plots for your data analysis needs.