@@ -61,8 +61,9 @@ def plot_spectral_locus(cmfs='CIE 1931 2 Degree Standard Observer',
61
61
Parameters
62
62
----------
63
63
cmfs : unicode, optional
64
- Standard observer colour matching functions defining the
65
- *Spectral Locus*.
64
+ Standard observer colour matching functions used for computing the
65
+ spectral locus boundaries. ``cmfs`` can be of any type or form
66
+ supported by the :func:`colour.plotting.filter_cmfs` definition.
66
67
spectral_locus_colours : array_like or unicode, optional
67
68
*Spectral Locus* colours, if ``spectral_locus_colours`` is set to
68
69
*RGB*, the colours will be computed according to the corresponding
@@ -232,8 +233,9 @@ def plot_chromaticity_diagram_colours(
232
233
diagram_clipping_path : array_like, optional
233
234
Path of points used to clip the *Chromaticity Diagram* colours.
234
235
cmfs : unicode, optional
235
- Standard observer colour matching functions used for
236
- *Chromaticity Diagram* bounds.
236
+ Standard observer colour matching functions used for computing the
237
+ spectral locus boundaries. ``cmfs`` can be of any type or form
238
+ supported by the :func:`colour.plotting.filter_cmfs` definition.
237
239
method : unicode, optional
238
240
**{'CIE 1931', 'CIE 1960 UCS', 'CIE 1976 UCS'}**,
239
241
*Chromaticity Diagram* method.
@@ -332,8 +334,9 @@ def plot_chromaticity_diagram(cmfs='CIE 1931 2 Degree Standard Observer',
332
334
Parameters
333
335
----------
334
336
cmfs : unicode, optional
335
- Standard observer colour matching functions used for
336
- *Chromaticity Diagram* bounds.
337
+ Standard observer colour matching functions used for computing the
338
+ spectral locus boundaries. ``cmfs`` can be of any type or form
339
+ supported by the :func:`colour.plotting.filter_cmfs` definition.
337
340
show_diagram_colours : bool, optional
338
341
Whether to display the *Chromaticity Diagram* background colours.
339
342
show_spectral_locus : bool, optional
@@ -429,8 +432,9 @@ def plot_chromaticity_diagram_CIE1931(
429
432
Parameters
430
433
----------
431
434
cmfs : unicode, optional
432
- Standard observer colour matching functions used for
433
- *Chromaticity Diagram* bounds.
435
+ Standard observer colour matching functions used for computing the
436
+ spectral locus boundaries. ``cmfs`` can be of any type or form
437
+ supported by the :func:`colour.plotting.filter_cmfs` definition.
434
438
show_diagram_colours : bool, optional
435
439
Whether to display the *Chromaticity Diagram* background colours.
436
440
show_spectral_locus : bool, optional
@@ -479,8 +483,9 @@ def plot_chromaticity_diagram_CIE1960UCS(
479
483
Parameters
480
484
----------
481
485
cmfs : unicode, optional
482
- Standard observer colour matching functions used for
483
- *Chromaticity Diagram* bounds.
486
+ Standard observer colour matching functions used for computing the
487
+ spectral locus boundaries. ``cmfs`` can be of any type or form
488
+ supported by the :func:`colour.plotting.filter_cmfs` definition.
484
489
show_diagram_colours : bool, optional
485
490
Whether to display the *Chromaticity Diagram* background colours.
486
491
show_spectral_locus : bool, optional
@@ -529,8 +534,9 @@ def plot_chromaticity_diagram_CIE1976UCS(
529
534
Parameters
530
535
----------
531
536
cmfs : unicode, optional
532
- Standard observer colour matching functions used for
533
- *Chromaticity Diagram* bounds.
537
+ Standard observer colour matching functions used for computing the
538
+ spectral locus boundaries. ``cmfs`` can be of any type or form
539
+ supported by the :func:`colour.plotting.filter_cmfs` definition.
534
540
show_diagram_colours : bool, optional
535
541
Whether to display the *Chromaticity Diagram* background colours.
536
542
show_spectral_locus : bool, optional
@@ -588,8 +594,9 @@ def plot_sds_in_chromaticity_diagram(
588
594
of :class:`colour.MultiSpectralDistributions` class instances or a
589
595
list of :class:`colour.SpectralDistribution` class instances.
590
596
cmfs : unicode, optional
591
- Standard observer colour matching functions used for
592
- *Chromaticity Diagram* bounds.
597
+ Standard observer colour matching functions used for computing the
598
+ spectral locus boundaries. ``cmfs`` can be of any type or form
599
+ supported by the :func:`colour.plotting.filter_cmfs` definition.
593
600
annotate_kwargs : dict or array_like, optional
594
601
Parameters for the :func:`plt.annotate` definition, used to annotate
595
602
the resulting chromaticity coordinates with their respective spectral
@@ -763,8 +770,9 @@ class instance, a list of :class:`colour.MultiSpectralDistributions`
763
770
class instances or a list of :class:`colour.SpectralDistribution` class
764
771
instances.
765
772
cmfs : unicode, optional
766
- Standard observer colour matching functions used for
767
- *Chromaticity Diagram* bounds.
773
+ Standard observer colour matching functions used for computing the
774
+ spectral locus boundaries. ``cmfs`` can be of any type or form
775
+ supported by the :func:`colour.plotting.filter_cmfs` definition.
768
776
annotate_kwargs : dict or array_like, optional
769
777
Parameters for the :func:`plt.annotate` definition, used to annotate
770
778
the resulting chromaticity coordinates with their respective spectral
@@ -838,8 +846,9 @@ class instance, a list of :class:`colour.MultiSpectralDistributions`
838
846
class instances or a list of :class:`colour.SpectralDistribution` class
839
847
instances.
840
848
cmfs : unicode, optional
841
- Standard observer colour matching functions used for
842
- *Chromaticity Diagram* bounds.
849
+ Standard observer colour matching functions used for computing the
850
+ spectral locus boundaries. ``cmfs`` can be of any type or form
851
+ supported by the :func:`colour.plotting.filter_cmfs` definition.
843
852
annotate_kwargs : dict or array_like, optional
844
853
Parameters for the :func:`plt.annotate` definition, used to annotate
845
854
the resulting chromaticity coordinates with their respective spectral
@@ -914,8 +923,9 @@ class instance, a list of :class:`colour.MultiSpectralDistributions`
914
923
class instances or a list of :class:`colour.SpectralDistribution` class
915
924
instances.
916
925
cmfs : unicode, optional
917
- Standard observer colour matching functions used for
918
- *Chromaticity Diagram* bounds.
926
+ Standard observer colour matching functions used for computing the
927
+ spectral locus boundaries. ``cmfs`` can be of any type or form
928
+ supported by the :func:`colour.plotting.filter_cmfs` definition.
919
929
annotate_kwargs : dict or array_like, optional
920
930
Parameters for the :func:`plt.annotate` definition, used to annotate
921
931
the resulting chromaticity coordinates with their respective spectral
0 commit comments