Skip to content
Snippets Groups Projects

QIM themed colormap

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -115,7 +115,6 @@ def objects(
qim = LinearSegmentedColormap.from_list('qim',
[(0.6, 0.0, 0.0), #990000
(0.803921568627451, 0.30196078431372547, 0.0), #cd4d00
(1.0, 0.6, 0.0), #ff9900
])
"""
Loading