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