Hello all,

I am trying to create a twoway bar that will display the mean temperature per month for the past 30 years. I am trying to display the normal curve and the curve for the gamma distribution on the same graph. I was trying the following code with no luck

twoway bar temperature month, bartype(spanning) bstyle(histogram) norm

Any help will be appreciated