You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: "tf2",json: "tf2.json.gz",opt: "nosave",title: "Example of TF2 drawing"},
109
+
{name: "3d",file: "tutorials_graphs.root",item: "annotation3d",title: "Output of tutorials/graphs/annotation3d.C"},
110
+
{name: "pnt",file: "tutorials_graphs.root",item: "graph2derrorsfit",title: "Combination of TF2 and TGraph2DErrors, output of tutorials/graphs/graph2derrorsfit.C"},
{name:"subpad",url: "?nobrowser&file=$$$rf107.root&item=rf107_plotstyles;1/[0]",title: "Draw only selected sub-pad from list of TCanvas list of primitives"},
{name:"legend",asurl: true,file: "legends.root",item: "legends;1",mathjax: true,title: "TCanvas with TLegend, use MathJax.js"},
116
+
{name:"legend",asurl: true,file: "legends.root",item: "legends;1",latex: "mathjax",title: "TCanvas with TLegend, use MathJax.js"},
108
117
{name:"time",file: "ct.root",item: "ct;1"},
109
118
{name:"2d+3d",file: "mix2d3d.root",item: "Canvas;1",title: "Mixture of 2D and 3D drawings on the same canvas (work properly in Firefox and Chrome)"}
110
119
],
@@ -125,15 +134,18 @@ examples_main = {
125
134
{name: "proj",url: "?nobrowser&layout=h12_21&files=[https://root.cern/files/alice_ESDgeometry.root,$$$geom/eve_tracks.root]&items=[[[0]/Gentle,[1]/tracks],[0]/Gentle,[0]/Gentle]&opts=[main;black,projz;black,projx;black]",title: "Simple ALICE geometry and two projections"}
126
135
],
127
136
TGraph : [
128
-
{opt:"",file: "graph.root",item: "Graph;1"},
129
-
{opt:"L"},
130
-
{opt:"AX+Y+L"},
131
-
{opt:"P"},
132
-
{name:"star",opt:"*"},
133
-
{opt:"LP"},
134
-
{opt:"B"},
135
-
{opt:"B1"},
136
-
{name:"docu",file: "graph.root",layout: "vert333",items: ['c1','c47','c4','c48','c41','c42','c43','c44','c45'],title:"several canvas from TGraph documentation page"}
137
+
{opt: "",file: "graph.root",item: "Graph;1"},
138
+
{opt: "L"},
139
+
{opt: "AX+Y+L"},
140
+
{opt: "P"},
141
+
{name: "star",opt:"*"},
142
+
{opt: "LP"},
143
+
{opt: "B"},
144
+
{opt: "B1"},
145
+
{name: "docu",file: "graph.root",layout: "vert333",items: ['c1','c47','c4','c48','c41','c42','c43','c44','c45'],title:"several canvas from TGraph documentation page"},
146
+
{name: "excl",file: "tutorials_graphs.root",item: "exclusiongraph2",title: "Exclusion draw exampl, output of tutorials/graphs/exclusiongraph2.C"},
147
+
{name: "plc",file: "tutorials_graphs.root",item: "graphpalettecolor",title: "Automatic set of graph colors, output of tutorials/graphs/graphpalettecolor.C"},
148
+
{name: "shade",file: "tutorials_graphs.root",item: "graphShade",title: "output of tutorials/graphs/graphShade.C"}
0 commit comments