pyquickbench.default_pointstyle_list#
- default_pointstyle_list = [None, '.', 'o', 'v', '^', '<', '>', '1', '2', '3', '4', '8', 's', 'p', 'P', '*', 'h', 'H', '+', 'x', 'X', 'D', 'd']#
Default list of curve markers.
Can be overriden using the
pointstyle_list
argument ofpyquickbench.plot_benchmark()
.See Also