Re: [Matplotlib-users] Histogram without probability

2009-12-14 Thread Eric Firing
nbv4 wrote: > The histogram example in the matpolotlib gallery is just what I want, except > instead of "probility" shown on the Y-axis, I want the number of items that > fall into each bin to be plotted. How do I do this? Here is my code: > > import numpy as np > import matplotlib

Re: [Matplotlib-users] Histogram without probability

2009-12-14 Thread Ryan May
On Mon, Dec 14, 2009 at 7:22 PM, nbv4 wrote: > > The histogram example in the matpolotlib gallery is just what I want, except > instead of "probility" shown on the Y-axis, I want the number of items that > fall into each bin to be plotted. How do I do this? Here is my code: > >        import numpy

[Matplotlib-users] Histogram without probability

2009-12-14 Thread nbv4
The histogram example in the matpolotlib gallery is just what I want, except instead of "probility" shown on the Y-axis, I want the number of items that fall into each bin to be plotted. How do I do this? Here is my code: import numpy as np import matplotlib matplotlib.use