Wayne Watson wrote:
> Eric Firing wrote:
>>>
>>> I'm pretty new to this stuff, so what belongs where is sometimes
>>> unclear. I'll check out the sourceforge tip. I didn't write the
>>> program. I'm just trying to add some features. Changing the import
>>> for matplotlib got the graphics window
Eric Firing wrote:
>>
>> I'm pretty new to this stuff, so what belongs where is sometimes
>> unclear. I'll check out the sourceforge tip. I didn't write the
>> program. I'm just trying to add some features. Changing the import
>> for matplotlib got the graphics window up.
>> import matplotli
Wayne Watson wrote:
>
> Eric Firing wrote:
>> Wayne Watson wrote:
>>> I have a fairly large program that uses pylab and company. I want to
>>> use the matplot histogram function. Here are the declarations at the
>>> start. I added import matplotlib as mpl
>>> -start
>>> from
Eric Firing wrote:
> Wayne Watson wrote:
>> I have a fairly large program that uses pylab and company. I want to
>> use the matplot histogram function. Here are the declarations at the
>> start. I added import matplotlib as mpl
>> -start
>> from Tkinter import *
>> from nump
Wayne Watson wrote:
> I have a fairly large program that uses pylab and company. I want to use
> the matplot histogram function. Here are the declarations at the start.
> I added import matplotlib as mpl
> -start
> from Tkinter import *
> from numpy import *
> import numpy
> i
I have a fairly large program that uses pylab and company. I want to use
the matplot histogram function. Here are the declarations at the start.
I added import matplotlib as mpl
-start
from Tkinter import *
from numpy import *
import numpy
import pylab
import Image
import Imag