13 auto c =
new TCanvas(
"c",
"Reversed graphs",0,0,900,900);
18 graphe->GetXaxis()->SetNdivisions(514);
19 graphe->GetYaxis()->SetNdivisions(514);
22 graphe->SetPointError(0,1,3);
24 graphe->SetPointError(1,1,3);
32 graphe->Draw(
"a pl rx ry ");
38 graphe->GetXaxis()->SetMoreLogLabels();
39 graphe->GetYaxis()->SetMoreLogLabels();
40 graphe->Draw(
"a pl rx ry");
44 graphae->GetXaxis()->SetNdivisions(514);
45 graphae->GetYaxis()->SetNdivisions(514);
48 graphae->SetPointError(0,1,3,3,1);
50 graphae->SetPointError(1,1,3,1,3);
64 graphae->GetXaxis()->SetMoreLogLabels();
65 graphae->GetYaxis()->SetMoreLogLabels();
70 graphbe->GetXaxis()->SetNdivisions(514);
71 graphbe->GetYaxis()->SetNdivisions(514);
74 graphbe->SetPointError(0,1,3,3,1,.5,.2,.5,.2);
76 graphbe->SetPointError(1,1,3,1,3,-.5,-.2,-.5,-.2);
90 graphbe->GetXaxis()->SetMoreLogLabels();
91 graphbe->GetYaxis()->SetMoreLogLabels();
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
TGraph with asymmetric error bars.
A TGraphBentErrors is a TGraph with bent, asymmetric error bars.
A TGraphErrors is a TGraph with error bars.