Changing the smoothness of density function

Just for reference, here I have plotted my data set using:

  • histogram plot
  • density plot (with 3 different bandwidths).
  • and by interpolating my plot using Interpolations (interpolate(my_data, BSpline(Quadratic(Reflect(OnCell()))))) and plotting it continuously.
    tmp