Re: [Matplotlib-users] hist without really ploting

2009-11-16 Thread John Hunter
On Mon, Nov 16, 2009 at 7:32 AM, Tsviki Hirsh wrote: > Dear list, > How can I use hist without plotting? > e.g. > h=hist(Z) > and then to only use the output of "h" without wasting time on plotting? Use numpy.histogram -- that's what mpl uses. JDH --

Re: [Matplotlib-users] hist without really ploting

2009-11-16 Thread Matthias Michler
Hi, you may want to use numpy's histogram: import numpy as np np.histogram(Z) Kind regards Matthias On Monday 16 November 2009 14:32:03 Tsviki Hirsh wrote: > Dear list, > How can I use hist without plotting? > e.g. > h=hist(Z) > > and then to only use the output of "h" without wasting time on p

[Matplotlib-users] hist without really ploting

2009-11-16 Thread Tsviki Hirsh
Dear list, How can I use hist without plotting? e.g. h=hist(Z) and then to only use the output of "h" without wasting time on plotting? Thanks, Tsviki Hirsh -- Let Crystal Reports handle the reporting - Free Crystal Repor