On Fri, Jul 25, 2008 at 5:02 PM, aditya shukla
<[EMAIL PROTECTED]> wrote:
> Hello folks,
>
> I have a list say
>
> data=[0.99,0.98,0.98,0.98,0.97,0.93,0.92,0.92,0.83,0.66,0.50,0.50]
>
> i am trying to plot histogram of these values
>
> i have installed numpy and matplotlib and this is what i am do
aditya shukla wrote:
Hello folks,
I have a list say
data=[0.99,0.98,0.98,0.98,0.97,0.93,0.92,0.92,0.83,0.66,0.50,0.50]
i am trying to plot histogram of these values
i have installed numpy and matplotlib and this is what i am doing*
import numpy
import pylab
from numpy import *
from pyl