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