12   auto c = 
new TCanvas(
"c",
"Reversed graphs",0,0,900,900);
 
   17   graphe->GetXaxis()->SetNdivisions(514);
 
   18   graphe->GetYaxis()->SetNdivisions(514);
 
   21   graphe->SetPointError(0,1,3);
 
   23   graphe->SetPointError(1,1,3);
 
   31   graphe->Draw(
"a  pl rx ry "); 
 
   37   graphe->GetXaxis()->SetMoreLogLabels();
 
   38   graphe->GetYaxis()->SetMoreLogLabels();
 
   39   graphe->Draw(
"a  pl rx ry"); 
 
   43   graphae->GetXaxis()->SetNdivisions(514);
 
   44   graphae->GetYaxis()->SetNdivisions(514);
 
   47   graphae->SetPointError(0,1,3,3,1);
 
   49   graphae->SetPointError(1,1,3,1,3);
 
   63   graphae->GetXaxis()->SetMoreLogLabels();
 
   64   graphae->GetYaxis()->SetMoreLogLabels();
 
   69   graphbe->GetXaxis()->SetNdivisions(514);
 
   70   graphbe->GetYaxis()->SetNdivisions(514);
 
   73   graphbe->SetPointError(0,1,3,3,1,.5,.2,.5,.2);
 
   75   graphbe->SetPointError(1,1,3,1,3,-.5,-.2,-.5,-.2);
 
   89   graphbe->GetXaxis()->SetMoreLogLabels();
 
   90   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.