13 auto canvas =
new TCanvas(
"canvas",
"canvas");
14 canvas->SetRightMargin(0.14);
31 for (
int i=0; i<
n; i++) {
32 x1[i] = 100*
r->Rndm(i);
33 y1[i] = 200*
r->Rndm(i);
34 z1[i] = 10*
r->Rndm(i);
35 c1[i] = 10000*
r->Rndm(i);
36 s1[i] = 10000*
r->Rndm(i);
37 x2[i] = 100*
r->Rndm(i);
38 y2[i] = 200*
r->Rndm(i);
39 z2[i] = 10*
r->Rndm(i);
40 c2[i] = 5000*
r->Rndm(i);
41 s2[i] = 100*
r->Rndm(i);
46 scatter1->SetTitle(
"Scatter plot title;X title;Y title;Z title");
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
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
Option_t Option_t TPoint TPoint const char y2
Option_t Option_t TPoint TPoint const char y1
R__EXTERN TStyle * gStyle
This is the base class for the ROOT Random number generators.
A TScatter2D is able to draw five variables scatter plot on a single plot.
void SetPalette(Int_t ncolors=kBird, Int_t *colors=nullptr, Float_t alpha=1.)
See TColor::SetPalette.