colour.plotting.render#

colour.plotting.render(**kwargs: KwargsRender | Any) Tuple[Figure, Axes] | Tuple[Figure, Axes3D][source]#

Render the current figure while adjusting various settings such as the bounding box, the title or background transparency.

Parameters:

kwargs (KwargsRender | Any) – {colour.plotting.common.KwargsRender()}, See the documentation of the previously listed class.

Returns:

Current figure and axes.

Return type:

tuple