colour.plotting.plot_the_blue_sky#

colour.plotting.plot_the_blue_sky(cmfs: colour.colorimetry.spectrum.MultiSpectralDistributions | str | collections.abc.Sequence[colour.colorimetry.spectrum.MultiSpectralDistributions | str] = 'CIE 1931 2 Degree Standard Observer', **kwargs: Any) Tuple[matplotlib.figure.Figure, matplotlib.axes._axes.Axes][source]#

Plot the blue sky.

Parameters
Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_the_blue_sky()  
(<Figure size ... with 2 Axes>, <...Axes...>)
plot_the_blue_sky