Re: [Matplotlib-users] Object Module is not callable, traceback

2009-11-29 Thread Eric Firing
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

Re: [Matplotlib-users] Object Module is not callable, traceback

2009-11-29 Thread Wayne Watson
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

Re: [Matplotlib-users] Object Module is not callable, traceback

2009-11-29 Thread Eric Firing
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

Re: [Matplotlib-users] Object Module is not callable, traceback

2009-11-29 Thread Wayne Watson
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

Re: [Matplotlib-users] Object Module is not callable, traceback

2009-11-29 Thread Eric Firing
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

[Matplotlib-users] Object Module is not callable, traceback

2009-11-29 Thread Wayne Watson
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