I have plotted a normal distribution from a set of data, x and y, using bar(x,y), and I know it's a normal distribution.
Now, I want to:
Plot the normal distribution curve (or Gaussian), fitted to the bar-plot, in the figure.
Get the equation, so that I can calculate the maximum point and the width at half maximum.
I have been looking at histfit but it doesn't really work for me (just like hist didn't work for plotting the data, as I already know both x and y, I think?). Can anyone help me?

histfitdoesn't work for you? - Oleghistfit()works on raw data, but you already have it binned. Do you have original data? - Oleg