Re: [Matplotlib-users] AttributeError subplot2grid

2010-12-14 Thread vt603800
b.numerix.fft', 'matplotlib.tri', 'matplotlib.delaunay'] warning: no files found matching 'MANIFEST' warning: no files found matching 'examples/data/*' warning: no files found matching 'lib/mpl_toolkits' gcc: error trying to exec 

[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_