matplotlib and this is what i am doing*
> import numpy
> import pylab
> from numpy import *
> from pylab import *
>
> input_hist=array(data)
> pylab.hist(input_hist,bins=0.1)
> and this is the error that i am getting
>
> (array([], dtype=int32), array([ 0.5]), )
pylab import *
input_hist=array(data)
pylab.hist(input_hist,bins=0.1)
and this is the error that i am getting
_*(array([], dtype=int32), array([ 0.5]), )*_
does this mean that i cannot plot a histogram of floating point values ?
or is there a way around
Ask the pylab (matplotlib?) people what
=array(data)
pylab.hist(input_hist,bins=0.1)
and this is the error that i am getting
*(array([], dtype=int32), array([ 0.5]), )*
does this mean that i cannot plot a histogram of floating point values ? or
is there a way around
Thanks in advance
Aditya
--
http://mail.python.org/mailman/listinfo