Just for reference, here I have plotted my data set using:
histogramplotdensityplot (with 3 different bandwidths).- and by interpolating my plot using Interpolations (
interpolate(my_data, BSpline(Quadratic(Reflect(OnCell()))))) and plotting it continuously.
