Dear all,

I am trying to superimpose a normal distribution over a histogram, but the final output does not look fine (I would like to see the normal distribution with mean 0 and SD 1 over the bars, to provide further evidence that the data distribution is not normal).
Here the code that I am using:
histogram GREEN_RTSI_N, percent width (0.07) addplot(function 100 *0.07* normalden(x, 0, 1), range(-1 1)) legend(order (2 "Gaussian with mean 0, SD 1") pos(1) ring(0))

I think that the issue could be the rescaling of the function, isn't it?
Many thanks in advance for any advice.
Anna