colour.plotting.camera

colour.plotting.camera(**kwargs)[source]

Sets the camera settings.

Other Parameters
  • figure (Figure, optional) – Figure to apply the render elements onto.

  • axes (Axes, optional) – Axes to apply the render elements onto.

  • azimuth (numeric, optional) – Camera azimuth.

  • camera_aspect (unicode, optional) – Matplotlib axes aspect. Default is equal.

  • elevation (numeric, optional) – Camera elevation.

Returns

Current figure and axes.

Return type

tuple