Re: hist without plotting

2009-02-16 Thread Peter Otten
Nick Matzke wrote: > Is there a way to run the numpy hist function or something similar and > get the outputs (bins, bar heights) without actually producing the plot > on the screen? > > (R has a plot = false option, something like this is what I'm looking > for...) First hit googling for numpy

Re: hist without plotting

2009-02-15 Thread Nick Matzke
Nevermind, I was running the pylab hist; the numpy.histogram function generates the bar counts etc. without plotting the histogram. Cheers! Nick Nick Matzke wrote: Hi, Is there a way to run the numpy hist function or something similar and get the outputs (bins, bar heights) without actually

Re: hist without plotting

2009-02-15 Thread Tino Wildenhain
Nick Matzke wrote: Hi, Is there a way to run the numpy hist function or something similar and get the outputs (bins, bar heights) without actually producing the plot on the screen? (R has a plot = false option, something like this is what I'm looking for...) something like scipy.histogram