Make a standard set of Root plot style settings.
Definition at line 15 of file style.py.
16 """Make a standard set of Root plot style settings."""
38 s.SetHistLineWidth (3)
39 s.SetHistLineColor (1)
40 s.SetFrameLineWidth (3)
41 s.SetFrameLineColor (1)
42 s.SetLabelSize(0.05,
"xyz")
43 s.SetTitleOffset(1.2,
"xyz")
46 s.SetPadLeftMargin (0.1)