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 ticks, the window shows up fine except for the fact that it displays the axis values -120.1, -120.5, -120.7 as -0.1, -0.5, -0.7, which isn't going to work for me. I need a way to force the plot to display the values exactly as they are written. Many thanks in advance, Katie
------------------------------------------------------------------------------ Get your Android app more play: Bring it to the BlackBerry PlayBook in minutes. BlackBerry App World™ now supports Android™ Apps for the BlackBerry® PlayBook™. Discover just how easy and simple it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users