20 c->SetFrameBorderMode(0);
27 gr->SetTitle(
"XY plot");
28 gr->SetMinimum(-1080);
34 gr->GetHistogram()->GetYaxis()->SetTickLength(0);
35 gr->GetHistogram()->GetXaxis()->SetTickLength(0);
36 gr->GetHistogram()->GetYaxis()->SetLabelSize(0);
37 gr->GetHistogram()->GetXaxis()->SetLabelSize(0);
38 gr->GetHistogram()->GetXaxis()->SetAxisColor(0);
39 gr->GetHistogram()->GetYaxis()->SetAxisColor(0);
int Int_t
Signed integer 4 bytes (int)
double Double_t
Double 8 bytes.
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
virtual void SetTextAngle(Float_t tangle=0)
Set the text angle.
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
void ChangeLabel(Int_t labNum=0, Double_t labAngle=-1., Double_t labSize=-1., Int_t labAlign=-1, Int_t labColor=-1, Int_t labFont=-1, const TString &labText="")
Define new text attributes for the label number "labNum".
A TGraph is an object made of two arrays X and Y with npoints each.
To draw Mathematical Formula.
virtual void Draw(Option_t *option="")
Default Draw method for all objects.