pyquickbench.default_linestyle_list#
- default_linestyle_list = ['solid', 'dotted', 'dashed', 'dashdot', (0, (1, 10)), (0, (1, 1)), (0, (1, 1)), (5, (10, 3)), (0, (5, 10)), (0, (5, 5)), (0, (5, 1)), (0, (3, 10, 1, 10)), (0, (3, 5, 1, 5)), (0, (3, 1, 1, 1)), (0, (3, 5, 1, 5, 1, 5)), (0, (3, 10, 1, 10, 1, 10)), (0, (3, 1, 1, 1, 1, 1))]#
Default list of curve linestyles.
Can be overriden using the
linestyle_list
argument ofpyquickbench.plot_benchmark()
.See Also
Linestyles in the official matplotlib documentation.