python - Mayavi set location of mlab.orientation_axes() in mayavi scene - axis indicator -


i trying visualize point trajectories mayavi , change frame frame interactively. therefore adapted this example.

i axis indicator in window appear @ (0, 0, 0), with

self.scene.mlab.orientation_axes() 

i can not define position , axes permanently displayed in scene. if press "toggle axis indicator" additional 1 appears. tried work

self.scene.mlab.axes() 

and according options not give desired optic. have axes appear @ 0 point when pressing button in interactive window.can of here?


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -