Skip to content
Snippets Groups Projects
Commit feafb3fb authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Change default style

align with ROOT default one.
Inlining of images in the notebooks also now take much less time.
This was probably due to the number of points the graphics system
uses to draw the contour of the big round markers.
parent 83bf4a47
No related branches found
No related tags found
No related merge requests found
......@@ -457,12 +457,8 @@ class NotebookDrawer(object):
def setStyle():
style=ROOT.gStyle
style.SetFuncWidth(3)
style.SetHistLineWidth(3)
style.SetMarkerStyle(8)
style.SetMarkerSize(.5)
style.SetMarkerColor(ROOT.kBlue)
style.SetPalette(57)
style.SetFuncWidth(1.5)
style.SetHistLineWidth(1.5)
captures = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment