Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TGaxis_002.C File Reference

Functions

f2 Draw ("same")
ox Draw ()
c Range (-11,-11, 11, 11)
ox SetLabelFont (42)
ox SetLabelSize (0.025)
f3 SetLineColor (kBlue)
f2 SetLineColor (kRed)
ox SetTickSize (0.009)

Variables

auto f2 = new TF1("x2","x*x",-10,10)
auto f3 = new TF1("x3","x*x*x",-10,10)
auto ox = new TGaxis(-10,0,10,0,-10.,10.,510,"+-S>")
auto oy = new TGaxis(0,-10,0,10,-10,10,510,"+-S>")

Function Documentation

◆ Draw() [1/2]

f3 Draw ( "same" )

◆ Draw() [2/2]

ox Draw ( )

◆ Range()

c Range ( - 11,
- 11,
11 ,
11  )

◆ SetLabelFont()

oy SetLabelFont ( 42 )

◆ SetLabelSize()

oy SetLabelSize ( 0. 025)

◆ SetLineColor() [1/2]

f3 SetLineColor ( kBlue )

◆ SetLineColor() [2/2]

f2 SetLineColor ( kRed )

◆ SetTickSize()

oy SetTickSize ( 0. 009)

Variable Documentation

◆ f2

auto f2 = new TF1("x2","x*x",-10,10)

Definition at line 5 of file TGaxis_002.C.

◆ f3

auto f3 = new TF1("x3","x*x*x",-10,10)

Definition at line 9 of file TGaxis_002.C.

◆ ox

auto ox = new TGaxis(-10,0,10,0,-10.,10.,510,"+-S>")

Definition at line 14 of file TGaxis_002.C.

◆ oy

auto oy = new TGaxis(0,-10,0,10,-10,10,510,"+-S>")

Definition at line 19 of file TGaxis_002.C.