cigvis.colors module#

Some default colors

cigvis.colors.view_colors(colors)#

Visualize a given list of colors and test it with the following graphic: 1. Color Block 2. Line 3. Bar 4. Scatter 5. Pie chart 6. Histogram

Parameters: colors (list): List of color codes, e.g., [‘#9392BE’, ‘#D0E7ED’, ‘#D5E4A8’].