This article describes how to create a Density plot, like this:
Requirements
You need a variable containing numeric data, either in a loaded data set or a table.
Method
1. Go to Visualization > Distributions > Density.
2. Under Data > Data Source > Variables select your numeric variable.
3. Click Calculate and/or ensure Automatic is checked.
If your numeric data is stored in a table rather than a numeric variable, in step 2, use Data > Data Source > Data and select the appropriate table.
Acknowledgements
The density is computed using the base R density function and the plot is created using plotly.
Next
How to Create a Grouped Density Plot