14 c1->Range(0, 0, 1, 1);
16 auto par =
new TPaveLabel(0.1, 0.8, 0.9, 0.95,
"Examples of various arrows formats");
17 par->SetFillColor(42);
20 auto ar1 =
new TArrow(0.1, 0.1, 0.1, 0.7);
22 auto ar2 =
new TArrow(0.2, 0.1, 0.2, 0.7, 0.05,
"|>");
26 auto ar3 =
new TArrow(0.3, 0.1, 0.3, 0.7, 0.05,
"<|>");
30 auto ar4 =
new TArrow(0.46, 0.7, 0.82, 0.42, 0.07,
"|>");
35 auto ar5 =
new TArrow(0.4, 0.25, 0.95, 0.25, 0.15,
"<|>");
39 ar5->SetFillStyle(3008);
Draw all kinds of Arrows.
A Pave (see TPave) with a text centered in the Pave.