ColorCycler#

class jdaviz.utils.ColorCycler(counter=-1)[source]#

Bases: object

Cycles through matplotlib’s default color palette after first using the Glue default data color.

Attributes Summary

default_color_palette

default_dark_gray

Methods Summary

__call__()

Call self as a function.

reset()

Attributes Documentation

default_color_palette = ['#595959', '#1f77b4', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f', '#bcbd22', '#17becf']#
default_dark_gray = '#595959'#

Methods Documentation

__call__()[source]#

Call self as a function.

reset()[source]#