here is the data:
111, 3
122, 4
155, 3
192, 5
11, 9
123, 10
120, 23
now how could I able to plot a histogram using this two set of data in matplotlib
.
please help.
here is the data:
now how could I able to plot a histogram using this two set of data in |
||||
|
You can create a barchart like this:
gives:
|
|||||||||||
|