I am trying to plot a histogram using MATHEMATICA from a 2 column data in which the 1st has the numbers increasing from the minimum to maximum having the same interval and the 2nd has the frequency. I calculated the interval as, interval = (max-min)/(number of Bins). The default Histogram[] works fine for a single column data without frequency calculated but now my data has frequency. Would you please help me on this?
Thank you very much;