14 c1->Range(0, 0, 1, 1);
15 auto pel =
new TPaveLabel(0.1, 0.8, 0.9, 0.95,
"Examples of Ellipses");
16 pel->SetFillColor(42);
18 auto el1 =
new TEllipse(0.25, 0.25, .1, .2);
20 auto el2 =
new TEllipse(0.25, 0.6, .2, .1);
22 el2->SetFillStyle(3008);
24 auto el3 =
new TEllipse(0.75, 0.6, .2, .1, 45, 315);
26 el3->SetFillStyle(1001);
29 auto el4 =
new TEllipse(0.75, 0.25, .2, .15, 45, 315, 62);
31 el4->SetFillStyle(1001);
A Pave (see TPave) with a text centered in the Pave.