colour.plotting.render#
- colour.plotting.render(**kwargs: Union[KwargsRender, Any]) Tuple[Figure, Axes] [source]#
Render the current figure while adjusting various settings such as the bounding box, the title or background transparency.
- Parameters:
kwargs (Union[KwargsRender, Any]) – {
colour.plotting.common.KwargsRender()
}, See the documentation of the previously listed class.- Returns:
Current figure and axes.
- Return type: