问题
does anyone know how to switch on the axes INDICATOR in python code? I can switch it on when the graph is plotted, but I wanna know how to do it in code. I have found only how to switch on the axes:
mlab.axes()
but it is not the indicator (I mean that three arrows X,Y and Z)
Thank you
回答1:
The following code switches on the axes indicator:
mlab.orientation_axes()
来源:https://stackoverflow.com/questions/26034560/mayavi-python-axes-indicator