class, literal, instance can accept HEX value(e.g. "#ff0000" ), MATLAB style(e.g. "r" ), and color name (e.g. "red" ). "colors": { "class": "#ff0000", "literal": "r", "instance": "red", } instance can also accept a dict value to specify the color of each class...