Mayavi, python axes INDICATOR

血红的双手。 提交于 2019-12-10 17:45:12

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!