Re: [Matplotlib-users] 3d plotting without ticklabels

2010-06-14 Thread Ola Skavhaug
On Fri, Jun 11, 2010 at 3:05 AM, Ola Skavhaug skavh...@simula.no wrote: Hi, I'm trying to remove the xtickmarks and ytickmarks from a 3d plot, without any success. The example I experiment with is the following: from mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as plt

[Matplotlib-users] 3d plotting without ticklabels

2010-06-11 Thread Ola Skavhaug
) cset = ax.contour(X, Y, Z, 16, extend3d=True) ax.clabel(cset, fontsize=9, inline=1) #One try that didn't work ax.set_xticklabels() plt.show() It looks like the final plot ignores all my efforts in turning the ticks off. Any help on this matter would be greatly appreciated. Regards, -- Ola