Skip to content

QIM themed colormap

s233039 requested to merge qim_colormap into main

LinearSegmentColormap was added in viz.colormaps When plotting with matplotlib users can use this colormap that uses colors from QIM logo. It can be accessed as module variable: cmap = qim.ciz.colormaps.qim Or easily with a string cmap = 'qim'

Merge request reports