Example of a graph of data moving in time.
Use the canvas "File/Quit" to exit from this example
if (np > 1000) np = 1000;
Double_t rr[1000], phi[1000], dr[1000], size[1000];
g->SetTitle(
"TGraphTime demo;X domain;Y domain");
for (i=0;i<np;i++) {
if (rc > 0.3) color[i] =
kBlue;
size[i] =
r.Uniform(0.5,6);
}
for (i=0;i<np;i++) {
m->SetMarkerColor(color[i]);
m->SetMarkerSize(newsize);
}
}
TFile f(
"gtime.root",
"recreate");
}
- Author
- Olivier Couet
Definition in file gtime.C.