Re: [Matplotlib-users] AttributeError subplot2grid

2010-12-15 Thread Benjamin Root
On Tue, Dec 14, 2010 at 2:29 PM, vt603800 wrote: > I tried to upgrade to version 1.0 but without success. Could anybody tell > where it went wrong? > I downloaded the package matplotlib-1.0.0.tar.gz from > http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0/ > > First I tri

Re: [Matplotlib-users] AttributeError subplot2grid

2010-12-14 Thread vt603800
I tried to upgrade to version 1.0 but without success. Could anybody tell where it went wrong? I downloaded the package matplotlib-1.0.0.tar.gz from http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0/ First I tried a easy install, doing easy_install -m matplotlib-1.0.0.tar

Re: [Matplotlib-users] AttributeError subplot2grid

2010-12-13 Thread Benjamin Root
On Mon, Dec 13, 2010 at 2:13 PM, Ryan May wrote: > On Mon, Dec 13, 2010 at 2:07 PM, vt603800 wrote: > > I get this error: > > AttributeError: 'module' object has no attribute 'subplot2grid' > > > > Are some modules not installed? or is there another problem, I'm a newby > in > > matplotlib, it m

Re: [Matplotlib-users] AttributeError subplot2grid

2010-12-13 Thread Ryan May
On Mon, Dec 13, 2010 at 2:07 PM, vt603800 wrote: > I get this error: > AttributeError: 'module' object has no attribute 'subplot2grid' > > Are some modules not installed? or is there another problem, I'm a newby in > matplotlib, it might be something very obvious... > > Running Matplotlib version

[Matplotlib-users] AttributeError subplot2grid

2010-12-13 Thread vt603800
Hello, Everytime I try to run this script from the doc page of the matplotlib site : import matplotlib.pyplot as plt def make_ticklabels_invisible(fig): for i, ax in enumerate(fig.axes): ax.text(0.5, 0.5, "ax%d" % (i+1), va="center", ha="center") for tl in ax.get_xticklabels() + ax.get_