Script illustrating the use of the TParallelCoord class
}
new TCanvas(
"c1",
"c1",0,0,800,700);
nt =
new TNtuple(
"nt",
"Demo ntuple",
"x:y:z:u:v:w");
for (
Int_t i=0; i<20000; i++) {
}
nt->Draw(
"x:y:z:u:v:w",
"",
"para",5000);
para->AddSelection(
"violet");
para->AddSelection(
"Orange");
}
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
A simple TTree restricted to a list of float variables only.
A TParallelCoordRange is a range used for parallel coordinates plots.
Parallel Coordinates class.
This is the base class for the ROOT Random number generators.
- Author
- Bastien Dallapiazza
Definition in file parallelcoord.C.