12 #ifndef ROOT_TGraphPolar 13 #define ROOT_TGraphPolar void SetMaxRadial(Double_t maximum=1)
Set maximum radial at the intersection of the positive X axis part and the circle.
void SetMinRadial(Double_t minimum=0)
Set minimum radial in the center of the circle.
TGraphPolar()
TGraphPolar default constructor.
Bool_t fOptionAxis
Force drawing of new coord system.
void SetMinPolar(Double_t minimum=0)
Set minimum Polar.
Double_t * fXpol
[fNpoints] points in polar coordinates
void SetMaximum(Double_t maximum=1)
Set the maximum of the graph.
void SetOptionAxis(Bool_t opt)
void SetMinimum(Double_t minimum=0)
Set the minimum of the graph.
#define ClassDef(name, id)
TGraphPolargram * GetPolargram()
void SetMaxPolar(Double_t maximum=6.28318530717958623)
Set maximum Polar.
virtual ~TGraphPolar()
TGraphPolar destructor.
Double_t * fYpol
[fNpoints] points in polar coordinates
TGraphPolargram * fPolargram
The polar coordinates system.
void Draw(Option_t *options="")
Draw TGraphPolar.
A TGraphErrors is a TGraph with error bars.
Double_t * GetXpol()
Return points in polar coordinates.
Double_t * GetYpol()
Return points in polar coordinates.
void SetPolargram(TGraphPolargram *p)