I have data which is of the gaussian form when plotted as histogram. I want to plot a gaussian curve on top of the histogram to see how good the data is. I am using pyplot f
Another way of doing this is to find the normalized fit and multiply the normal distribution with (bin_width*total length of data)
this will un-normalize your normal distribution