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 plotting?
>
> Thanks,
> Tsviki Hirsh



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to