pyquickbench.default_color_list#

default_color_list = ['tab:blue', 'tab:orange', 'tab:green', 'tab:red', 'tab:purple', 'tab:brown', 'tab:pink', 'tab:gray', 'tab:olive', 'tab:cyan', (0, 0, 1), (0, 0.5, 0), (1, 0, 0), (0.75, 0, 0.75), (0, 0, 0)]#

Default list of curve colors.

Can be overriden using the color_list argument of pyquickbench.plot_benchmark().

See Also