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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -