Skip to content

Commit

Permalink
Merge branch 'feature/v0.4.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 28, 2023
2 parents 139d470 + c46cda0 commit 8981236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colour/plotting/diagrams.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ def lines_spectral_locus(
# Line of Purples
ij_pl = tstack(
[
np.linspace(ij_cmfs[0][0], ij_cmfs[-1][0], 20),
np.linspace(ij_cmfs[0][1], ij_cmfs[-1][1], 20),
np.linspace(ij_cmfs[-1][0], ij_cmfs[0][0], 20),
np.linspace(ij_cmfs[-1][1], ij_cmfs[0][1], 20),
]
)

Expand Down

0 comments on commit 8981236

Please sign in to comment.