void gaxis(){
TGaxis *axis2 =
new TGaxis(-4.5,0.2,5.5,0.2,0.001,10000,510,
"G");
TGaxis *axis4 =
new TGaxis(-7,-0.8,-7,0.8,1,10000,50510,
"G");
TGaxis *axis5 =
new TGaxis(-4.5,-0.6,5.5,-0.6,1.2,1.32,80506,
"-+");
TGaxis *axis6 =
new TGaxis(-4.5,0.5,5.5,0.5,100,900,50510,
"-");
TGaxis *axis6a =
new TGaxis(-5.5,0.85,5.5,0.85,0,4.3e-6,510,
"");
TGaxis *axis8 =
new TGaxis(6.5,0.8,6.499,-0.8,0,90,50510,
"-");
}
virtual void SetTextFont(Font_t tfont=62)
Set the text font.
void SetTitleOffset(Float_t titleoffset=1)
virtual void SetTitle(const char *title="")
Change the title of the axis.
void SetLabelSize(Float_t labelsize)
virtual void SetName(const char *name)
Change the name of the axis.
virtual void Draw(Option_t *option="")
Default Draw method for all objects.