52   auto c1 = 
new TCanvas(
"c1", 
"c1",0,0,900,1000);
 
   55   auto nt = 
new TNtuple(
"nt",
"Demo ntuple",
"x:y:z:u:v:w:a:b:c");
 
   58   for (
Int_t i=0; i<1500; i++) {
 
   97   nt->Draw(
"x:y:z:u:v:w:a:b:c",
"",
"para");
 
   99   para1->SetLineColor(25);
 
  114   nt->Draw(
"x:y:z:u:v:w:a:b:c",
"",
"para");
 
  116   para2->SetLineColor(26);
 
  128   c1->Print(
"parallelcoordtrans.pdf");
 
  129   c1->Print(
"parallelcoordtrans.svg");
 
  132   c1->Print(
"parallelcoordtrans.jpg");
 
  133   c1->Print(
"parallelcoordtrans.png");
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
 
The color creation and management class.
 
A simple TTree restricted to a list of float variables only.
 
Parallel Coordinates class.
 
This is the base class for the ROOT Random number generators.