Say I have 250 values that show cloud heights from 0 km to 10 km. These values are divided in three categories: category 1 contains 40 values, category 2 contains 120 values, and category 3 contains 90 values. Thus I plot three histograms with bins = [0,1,2,3,4,5,6,7,8,9,10], where the y-axis show the frequency of the values, i.e. in the bin "3" in category 1 there are 10 values. And here is my problem, I don't want the y-axis to show the frequency, but the probability according to the total value number 250. I hope probability is the right word here... actually I don't want the histogram show, that in category 1 there are 10 values in bin "3", I want it to show that there are 10/250, so 4% of all values in bin "3".
I hope you understand my problem and that you can help me. I can't show parts of my code right now, because I don't have it with me...hope you can help me anyway. Thanx!
