20void hist025_THStack_2d_palette_color()
23 auto h1 =
new TH2F(
"h1",
"h1", 20, 0, 6, 20, -4, 4);
24 auto h2 =
new TH2F(
"h2",
"h2", 20, 0, 6, 20, -4, 4);
25 auto h3 =
new TH2F(
"h3",
"h3", 20, 0, 6, 20, -4, 4);
26 auto h4 =
new TH2F(
"h4",
"h4", 20, 0, 6, 20, -4, 4);
27 auto h5 =
new TH2F(
"h5",
"h5", 20, 0, 6, 20, -4, 4);
32 auto hs =
new THStack(
"hs",
"Test of palette colored lego stack");
38 hs->Draw(
"0lego1 PFC");
R__EXTERN TStyle * gStyle
2-D histogram with a float per channel (see TH1 documentation)
The Histogram stack class.