I am trying to create a density plot similar to this one (created in R):
The levels of density (e.g., found in the key) are not needed for this graph, but I am struggling to find a way to create a histogram with a density plot that does not require incorporating R in order to create it. I have been told that a method exists,but can't seem to find it anywhere.
I can find methods to create the histogram with bins, but I cannot seem to find how to include the density plot line. I found an example
from Tableau online, but the user included bouncing back and forth between R and Tableau, which I am trying to avoid doing.
Thanks in advance!