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
--
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
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