Re: [Matplotlib-users] display data in histogram

2009-11-04 Thread Matthias Michler
Hi ankita, On Wednesday 04 November 2009 06:04:55 ankita dutta wrote: > hi all, > > I am working on some graph stuffs and stuck at a point. > > I am trying to plot a histogram using simple : > > *import matplotlib.pyplot as plt > . > . > plt.hist(x,bins=10,histtype='bar') plt.show() > * > but i wa

[Matplotlib-users] display data in histogram

2009-11-03 Thread ankita dutta
hi all, I am working on some graph stuffs and stuck at a point. I am trying to plot a histogram using simple : *import matplotlib.pyplot as plt . . plt.hist(x,bins=10,histtype='bar') plt.show * but i want to know 1) what is the value of a particular bar in histogram and also want to print in on