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>") |
| f3 Draw | ( | "same" | ) |
| ox Draw | ( | ) |
| c Range | ( | - | 11, |
| - | 11, | ||
| 11 | , | ||
| 11 | ) |
| oy SetLabelFont | ( | 42 | ) |
| oy SetLabelSize | ( | 0. | 025 | ) |
| oy SetTickSize | ( | 0. | 009 | ) |
| auto f2 = new TF1("x2","x*x",-10,10) |
Definition at line 5 of file TGaxis_002.C.
Definition at line 9 of file TGaxis_002.C.
| auto ox = new TGaxis(-10,0,10,0,-10.,10.,510,"+-S>") |
Definition at line 14 of file TGaxis_002.C.
| auto oy = new TGaxis(0,-10,0,10,-10,10,510,"+-S>") |
Definition at line 19 of file TGaxis_002.C.