colour.plotting.artist

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

Return the current figure and its axes or creates a new one.

Parameters

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

Returns

Current figure and axes.

Return type

tuple