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