Skip to content
Snippets Groups Projects
Commit dcf2290e authored by Olivier Couet's avatar Olivier Couet
Browse files

- Illustrate the "No Out-Line" option to be conform with the picture in

  the reference manual.


git-svn-id: http://root.cern.ch/svn/root/trunk@17242 27541ba8-7e3a-0410-8455-c3a389f83636
parent ea72b3d0
No related branches found
No related tags found
No related merge requests found
......@@ -33,11 +33,11 @@ void piechart()
cpie->cd(3);
pie3->SetEntryVal(0,.8);
pie3->SetLabelsOffset(-.1);
pie3->Draw("3d t");
pie3->Draw("3d t nol");
cpie->cd(4);
pie4->SetRadius(.2);
pie4->SetLabelsOffset(.01);
pie4->SetLabelFormat("#splitline{%val (%perc)}{%txt}");
pie4->Draw();
pie4->Draw("nol");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment