I import Mayavi into a python script to display some set of 3D data, it turns out that the following naive axis labels do not work
from mayavi import mlab axes =mlab.axes(xlabel='$\alpha$', ylabel='$\beta$', zlabel='$\sigma$')
Any ideas? I can not find the solution from Google or the user guide.
nye17
source share