19void thstackpalettecolor()
21 auto hs =
new THStack(
"hs",
"Stacked 1D histograms colored using kOcean palette");
26 auto h1st =
new TH1F(
"h1st",
"test hstack",100,-4,4);
27 h1st->FillRandom(
"gaus",20000);
30 auto h2st =
new TH1F(
"h2st",
"test hstack",100,-4,4);
31 h2st->FillRandom(
"gaus",15000);
34 auto h3st =
new TH1F(
"h3st",
"test hstack",100,-4,4);
35 h3st->FillRandom(
"gaus",10000);
39 hs->Draw(
"pfc nostack");
R__EXTERN TStyle * gStyle
1-D histogram with a float per channel (see TH1 documentation)}
The Histogram stack class.
void SetPalette(Int_t ncolors=kBird, Int_t *colors=0, Float_t alpha=1.)
See TColor::SetPalette.