Colors

Defines the colors to be used when drawing the model, should be colors that are understood by GraphViz. If more nodes are used than colors are provided here, they will be shown in white.

colors.colors = ['red', 'green', 'blue', 'yellow', 'cyan', 'magenta', 'azure', 'violet', 'rose', 'orange', 'chartreuse', 'vermilion', 'amber', 'viridian', 'indigo', 'aliceblue', 'darkkhaki', 'darkgreen', 'darkviolet', 'deepskyblue', 'aquamarine', 'floralwhite', 'deeppink', 'dimgray', 'dodgerblue', 'firebrick', 'forestgreen', 'gold', 'goldenrod', 'greenyellow', 'lightblue', 'lawngreen', 'lavender', 'khaki', 'ivory', 'linen', 'maroon', 'lemonchiffon', 'orchid', 'salmon', 'seagreen', 'skyblue', 'sienna', 'wheat', 'turquoise', 'tomato', 'tan', 'steelblue', 'slategray', 'slateblue']

list() -> new empty list list(iterable) -> new list initialized from iterable’s items