Skip to content

Commit

Permalink
update to v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmet1977 committed Aug 8, 2024
1 parent 800c0db commit 51ef8ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion luxpy/color/utils/plotters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ def plot_cmfs(cmfs, cmf_symbols = ['x','y','z'], cmf_label = '', ylabel = 'Sensi
| figure axes handle.
"""
if isinstance(cmf_symbols,list):
cmf_symbols = ['$\overline{'+cmf_symbols[i][0]+'}'+cmf_symbols[i][1:]+'(\lambda)$' for i in range(3)]
cmf_symbols = [r'$\overline{'+cmf_symbols[i][0]+r'}'+cmf_symbols[i][1:]+r'(\lambda)$' for i in range(3)]

else:
cmf_symbols = [cmf_symbols,None,None]
Expand Down
14 changes: 7 additions & 7 deletions luxpy_basic_usage.ipynb

Large diffs are not rendered by default.

0 comments on commit 51ef8ff

Please sign in to comment.