我正在使用Mayavi创建一个2-D图,以便利用一些渲染功能。由于这是一个2d (x,y)绘图,放置在3d空间中,我想限制鼠标与绘图的交互,这样绘图就不能随着鼠标旋转,只能缩放或平移。这可能吗?
这里有一个类似的问题,但尚未得到回答。这里的代码也适用于我的情况,即使它是3d的。
问候,
标记
Via Gael Varoquaux:http://docs.enthought.com/mayavi/mayavi/tips.html changing-the-interaction-with-a-scene
figure.scene.interactor.interactor_style = tvtk.InteractorStyleImage()