qcodespp.plotting.colors

Attributes

Functions

Module Contents

qcodespp.plotting.colors.color_cycle = ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f',...
qcodespp.plotting.colors.colorscales_raw
qcodespp.plotting.colors.make_rgba(colorscale)
qcodespp.plotting.colors.one_rgba(c)

convert a single color value to (r, g, b, a) input can be an rgb string ‘rgb(r,g,b)’, ‘#rrggbb’ if we decide we want more we can make more, but for now this is just to convert plotly colorscales to pyqtgraph tuples

qcodespp.plotting.colors.colorscales