13    TCanvas * CPol = 
new TCanvas(
"CPol",
"TGraphPolar Example",500,500);
    20    for (
int i=0; i<8; i++) {
    22       radius[i]  = (i+1)*0.05;
 virtual void SetLineWidth(Width_t lwidth)
Set the line width. 
 
void SetToRadian()
The Polar circle is labelled using radian. 
 
virtual void SetTitle(const char *title="")
Set graph title. 
 
virtual void SetMarkerColor(Color_t mcolor=1)
Set the marker color. 
 
TGraphPolargram * GetPolargram()
 
virtual void SetLineColor(Color_t lcolor)
Set the line color. 
 
virtual void SetMarkerStyle(Style_t mstyle=1)
Set the marker style. 
 
virtual void SetMarkerSize(Size_t msize=1)
Set the marker size. 
 
void Draw(Option_t *options="")
Draw TGraphPolar. 
 
virtual void Update()
Update canvas pad buffers.