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
Methods Summary
Attributes Documentation
- default_color_palette = ['#595959', '#1f77b4', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f', '#bcbd22', '#17becf']#
- default_dark_gray = '#595959'#
Methods Documentation