Create and draw a polar graph.
{
auto CPol =
new TCanvas(
"CPol",
"TGraphPolar Examples", 1200, 600);
}
}
grP1->SetMarkerStyle(29);
if (
grP->GetPolargram()) {
grP->GetPolargram()->SetTextColor(8);
grP->GetPolargram()->SetNdivPolar(703);
}
}
grPE->SetMarkerStyle(22);
grPE->SetMarkerSize(1.5);
if (
grPE->GetPolargram())
grPE->GetPolargram()->SetTextSize(0.03);
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char y2
- Author
- Olivier Couet
Definition in file graphpolar.C.