Re: [Matplotlib-users] plt.figure.show() not working in Ubuntu

2012-07-26 Thread Benjamin Root
On Thursday, July 26, 2012, Joshua Koehler wrote: > Hi all, > > I am getting the following error message: > > 'Figure' object has no attribute 'show' > > When running matplotlib in Ubuntu 12.04, with matplotlib 1.2.x and pylab > 1.6.2. > > The code is set up as such: > > fig = pylab.figure() > ...

[Matplotlib-users] plt.figure.show() not working in Ubuntu

2012-07-26 Thread Joshua Koehler
Hi all, I am getting the following error message: 'Figure' object has no attribute 'show' When running matplotlib in Ubuntu 12.04, with matplotlib 1.2.x and pylab 1.6.2. The code is set up as such: fig = pylab.figure() ... fig.show() This works fine on Mac OSX 10.6 with matplotlib 1.1.0 and