colour.plotting.plot_the_blue_sky¶
-
colour.plotting.plot_the_blue_sky(cmfs='CIE 1931 2 Degree Standard Observer', **kwargs)[source]¶ Plots the blue sky.
Parameters: cmfs (unicode, optional) – Standard observer colour matching functions. Other Parameters: **kwargs (dict, optional) – { colour.plotting.artist(),colour.plotting.plot_single_sd(),colour.plotting.plot_multi_colour_swatches(),colour.plotting.render()}, Please refer to the documentation of the previously listed definitions.Returns: Current figure and axes. Return type: tuple Examples
>>> plot_the_blue_sky() # doctest: +SKIP