Mayavi, python axes INDICATOR
Asked Answered
J

1

4

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

Josephjosepha answered 25/9, 2014 at 9:5 Comment(0)
P
14

The following code switches on the axes indicator:

mlab.orientation_axes()
Parasol answered 25/9, 2014 at 10:22 Comment(1)
How can I change the position, size, font or anything else related to style of the orientation axes, or any similar object for that matter?Ivy

© 2022 - 2024 — McMap. All rights reserved.