Skip to content

Commit

Permalink
Small changes in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenzwerg committed Feb 20, 2021
1 parent 61f47bd commit ee66aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour/volume/macadam_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def plot_Narrowband_Spectra (Yxy_Narrowband_Spectra):
for n in range(1, 20):
Yxy_Narrowband_Spectra = colour.XYZ_to_xy(
colour.macadam_limits(n/20, illuminant) / 100)
colour.macadam_limits(n/20, illuminant))
plot_Narrowband_Spectra (Yxy_Narrowband_Spectra)
plt.show()
Expand Down

0 comments on commit ee66aaf

Please sign in to comment.