void manyaxis()
{
TGaxis *axis2 =
new TGaxis(-5,0.2,6,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(-5,-0.6,6,-0.6,1.2,1.32,80506,
"-+");
}
virtual void SetTextFont(Font_t tfont=62)
Set the text font.
void SetLabelOffset(Float_t labeloffset)
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.