pyiron_snippets.colors module
Simple stuff for colors when you don’t want matplotlib/seaborn in your dependency stack.
- class pyiron_snippets.colors.SeabornColors[source]
Bases:
objectHex codes for the ten seaborn.color_palette() colors (plus pure white and black), recreated to avoid adding an entire dependency.
- black = '#000000'
- blue = '#1f77b4'
- brown = '#8c564b'
- cyan = '#17becf'
- gray = '#7f7f7f'
- green = '#2ca02c'
- olive = '#bcbd22'
- orange = '#ff7f0e'
- pink = '#e377c2'
- purple = '#9467bd'
- red = '#d62728'
- white = '#ffffff'