colour.plotting.tm3018.plot_single_sd_colour_rendition_report_simple

colour.plotting.tm3018.plot_single_sd_colour_rendition_report_simple(sd, report_size=(8.27, 8.27), report_row_height_ratios=(1, 8, 1), report_box_padding=None, **kwargs)[source]

Generates the simple ANSI/IES TM-30-18 Colour Rendition Report for given spectral distribution.

Parameters
  • sd (SpectralDistribution or SpectralDistribution_IESTM2714) – Spectral distribution of the emission source to generate the report for.

  • report_size (array_like, optional) – Report size, default to A4 paper size in inches.

  • report_row_height_ratios (array_like, optional) – Report size row height ratios.

  • report_box_padding (array_like, optional) – Report box padding, tries to define the padding around the figure and in-between the axes.

  • **kwargs (dict, optional) – {colour.plotting.artist(), colour.plotting.render()}, Please refer to the documentation of the previously listed definitions.

Returns

Current figure and axes.

Return type

tuple

Examples

>>> from colour import SDS_ILLUMINANTS
>>> sd = SDS_ILLUMINANTS['FL2']
>>> plot_single_sd_colour_rendition_report_simple(sd)
... 
(<Figure size ... with ... Axes>, <...AxesSubplot...>)
plot_single_sd_colour_rendition_report_simple