from colorpicker import * items = [ ("item 1", "xkcd:spruce"), ("item 2", "xkcd:dark mint green"), ("item 3", "xkcd:spearmint"), ("item 4", None), ] fig, ax = plt ...
The Python plotting library Matplotlib uses what is called a category10 color palette, also used by Vega and d3. Surprisingly, this color palette is not friendly to those with certain types of color ...