1-D histograms with alphanumeric labels
{
const char *people[nx] = {"Jean","Pierre","Marie","Odile","Sebastien",
"Fons","Rene","Nicolas","Xavier","Greg","Bjarne","Anton","Otto",
"Eddy","Peter","Pasha","Philippe","Suzanne","Jeff","Valery"};
}
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");
}
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
R__EXTERN TRandom * gRandom
1-D histogram with a float per channel (see TH1 documentation)
A Pave (see TPave) with text, lines or/and boxes inside.
- Author
- Rene Brun
Definition in file hlabels1.C.