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. From the toolbar, go to Visualization > Distributions > Density.
2. From the object inspector , under Data > Data Source > Variables, select your numeric variable. See the caveats if you use variables as the inputs. Otherwise, select an existing output from Data > Data Sources > Data.
3. Click Calculate and/or ensure Calculate automatically is checked.
Acknowledgements
The density is computed using the base R density function, and the plot is created using plotly.