Loading [MathJax]/extensions/tex2jax.js
|
ROOT
Reference Guide |
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
11from ROOT
import TCanvas, TFormula, TF1
12from ROOT
import gROOT, gObjectTable
14c1 =
TCanvas(
'c1',
'Example with Formula', 200, 10, 700, 500 )
18form1 =
TFormula(
'form1',
'sqrt(abs(x))' )
23fun1 =
TF1(
'fun1',
'abs(sin(x)/x)', 0, 10 )