Re: [Matplotlib-users] Custom tick labels for mplot3D

2011-10-31 Thread Benjamin Root
On Monday, October 31, 2011, Katie Boyle wrote: > Hi All, > I was wondering how to set custom tick labels in an mplot3D plot? I have tried: > ax = Axes3D(figure) > ax.set_xticks(ticks,labels) > - and - > ax = Axes3D(figure) > ax.w_xaxis.set_ticks(ticks,labels) > and both options cause the plot to

[Matplotlib-users] Custom tick labels for mplot3D

2011-10-31 Thread Katie Boyle
Hi All, I was wondering how to set custom tick labels in an mplot3D plot? I have tried: ax = Axes3D(figure) ax.set_xticks(ticks,labels) - and - ax = Axes3D(figure) ax.w_xaxis.set_ticks(ticks,labels) and both options cause the plot to disappear from the viewing window. When I don't try to set