colour.plotting.artist#
- colour.plotting.artist(**kwargs: Union[KwargsArtist, Any]) Tuple[Figure, Axes] [source]#
Return the current figure and its axes or creates a new one.
- Parameters:
kwargs (Union[KwargsArtist, Any]) – {
colour.plotting.common.KwargsArtist()
}, See the documentation of the previously listed class.- Returns:
Current figure and axes.
- Return type: