Skip to content

Commit

Permalink
Update various docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Mar 6, 2023
1 parent 975e7c7 commit 6a1f383
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions colour/plotting/temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def plot_planckian_locus(
>>> plot_planckian_locus(
... planckian_locus_colours="RGB",
... method="CIE 1960 UCS",
... use_mireds=True,
... )
... # doctest: +ELLIPSIS
(<Figure size ... with 1 Axes>, <...Axes...>)
Expand Down Expand Up @@ -194,8 +193,8 @@ def uv_to_ij(uv: NDArrayFloat) -> NDArrayFloat:

def CCT_D_uv_to_plotting_colourspace(CCT_D_uv):
"""
Convert given *uv* chromaticity coordinates to the default plotting
colourspace.
Convert given correlated colour temperature :math:`T_{cp}` and
:math:`\\Delta_{uv}` to the default plotting colourspace.
"""

return normalise_maximum(
Expand Down

0 comments on commit 6a1f383

Please sign in to comment.