5 TGraphErrors graph_expected(
"./macro2_input_expected.txt",
8 "Measurement XYZ and Expectation;"
16 graph.SetFillColor(0);
17 graph.DrawClone(
"PESame");
22 leg.AddEntry(&graph_expected,
"Expected Points");
23 leg.AddEntry(&graph,
"Measured Points");
24 leg.DrawClone(
"Same");
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
A TGraphErrors is a TGraph with error bars.
void SetTitle(const char *title="") override
Change (i.e.
This class displays a legend box (TPaveText) containing several legend entries.
virtual TObject * DrawClone(Option_t *option="") const
Draw a clone of this object in the current selected pad with: gROOT->SetSelectedPad(c1).