Skip to main content
Ctrl+K
pyquickbench pyquickbench

pyquickbench

  • Gallery
  • API
  • Tests report
  • GitHub
  • PyPI
  • Anaconda
  • Gallery
  • API
  • Tests report
  • GitHub
  • PyPI
  • Anaconda

Section Navigation

Benchmarks

  • pyquickbench.run_benchmark
  • pyquickbench.plot_benchmark

Time Train

  • pyquickbench.TimeTrain
  • pyquickbench.TimeTrain.toc
  • pyquickbench.TimeTrain.tictoc
  • pyquickbench.TimeTrain.to_dict
  • pyquickbench.TimeTrain.total_time

Named axes

  • pyquickbench.default_ax_name
  • pyquickbench.fun_ax_name
  • pyquickbench.repeat_ax_name
  • pyquickbench.out_ax_name

Data handling

  • pyquickbench.all_reductions
  • pyquickbench.all_plot_intents
  • pyquickbench.all_transforms

Default curve styling

  • pyquickbench.default_color_list
  • pyquickbench.default_linestyle_list
  • pyquickbench.default_pointstyle_list
  • API
  • pyquickbench.default_pointstyle_list

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 of pyquickbench.plot_benchmark().

See Also

  • pyquickbench.plot_benchmark()

  • matplotlib.markers

On this page
  • default_pointstyle_list
Edit on GitHub

This Page

  • Show Source