colour.plotting.uniform_axes3d#

colour.plotting.uniform_axes3d(**kwargs: Any) Tuple[Figure, Axes3D][source]#

Set equal aspect ratio to the specified 3D axes.

Parameters:
  • figure – Figure to apply the render elements onto.

  • axes – Axes to apply the render elements onto.

  • kwargs (Any)

Returns:

Current figure and axes.

Return type:

tuple