{
const char *month[nx] = {"January","February","March","April","May",
"June","July","August","September","October","November",
"December"};
const char *people[ny] = {"Jean","Pierre","Marie","Odile","Sebastien",
"Fons","Rene","Nicolas","Xavier","Greg","Bjarne","Anton",
"Otto","Eddy","Peter","Pasha","Philippe","Suzanne","Jeff",
"Valery"};
c1->SetBottomMargin(0.15);
for (
Int_t i=0;i<15000;i++) {
h->Fill(people[ry],month[rx],1);
}
pt->
AddText(
"Use the axis Context Menu LabelsOption");
pt->
AddText(
" \"a\" to sort by alphabetic order");
pt->
AddText(
" \">\" to sort by decreasing values");
pt->
AddText(
" \"<\" to sort by increasing values");
}
R__EXTERN TRandom * gRandom
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
2-D histogram with a float per channel (see TH1 documentation)}
A Pave (see TPave) with text, lines or/and boxes inside.
virtual TText * AddText(Double_t x1, Double_t y1, const char *label)
Add a new Text line to this pavetext at given coordinates.
virtual void Draw(Option_t *option="")
Draw this pavetext with its current attributes.
virtual void SetSeed(ULong_t seed=0)
Set the random generator seed.
virtual Double_t Rndm()
Machine independent random number generator.