set_style

hep_spt.set_style(*args)[source]

Set the style for matplotlib to one within this project. Available styles are:

  • singleplot: designed to create a single figure.

  • multiplot: to make subplots. Labels and titles are smaller than in “singleplot”, although lines and markers maintain their sizes.

By default the “singleplot” style is set.

Parameters

args (tuple) – styles to load.