Create and draw a polar graph with PI axis
{
for (int i=0; i<8; i++) {
}
grP1->SetMarkerStyle(20);
if (
grP1->GetPolargram())
grP1->GetPolargram()->SetToRadian();
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
- Author
- Olivier Couet
Definition in file graphpolar2.C.