Hi, I have datas as follows,
data={(1,2),(2,4),(3,6),(4,8),(5,10),(61,2),(7,8),(8,6),(9,3),(10,2)}
I want to plot a histogram of this data.
Best Regards,
Kemal
data = {{1, 2}, {2, 4}, {3, 6}, {4, 8}, {5, 10}, {61, 2}, {7, 8}, {8, 6}, {9, 3}, {10, 2}}; Histogram[data]