colour.plotting.uniform_axes3d

colour.plotting.uniform_axes3d(**kwargs: Any) Tuple[matplotlib.figure.Figure, matplotlib.axes._axes.Axes][source]

Set equal aspect ratio to given 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