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