Skip to content

Commit cd2d240

Browse files
committed
Tweak spectral locus opacity in diagram
1 parent a607f0d commit cd2d240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cie_diagrams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ class Color(ColorAll):
542542
mode='lines',
543543
line={'color': opt.locus_line_color if colorize else opt.default_color, 'width': 2},
544544
showlegend=False,
545-
opacity=0.2
545+
opacity=0.5
546546
))
547547

548548
if label_opacity > 0:

0 commit comments

Comments
 (0)