INNER CODE UNIT · Python
axes
fury-gl/fury · fury/actor/core.py:665
def axes(
*,
scale=(1.0, 1.0, 1.0),
color_x=(1.0, 0.0, 0.0),
color_y=(0.0, 1.0, 0.0),
color_z=(0.0, 0.0, 1.0),
opacity=1.0,
):
"""
Create coordinate system axes using colored arrows.
The axes are represented as arrows with different colors:
red = X-axis, green = Y-axis, blue = Z-axis.
Parameters
----------
scale : tuple (3,), optional
The size (length) of each axis in the x, y, and z directions.