colour.plotting.render

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

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

Parameters

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

Returns

Current figure and axes.

Return type

tuple