19 gStyle->SetCanvasPreferGL(1);
20 TCanvas *cnv =
new TCanvas(
"gltf3",
"TF3: Klein bottle", 200, 10, 600, 600);
22 TPaveLabel *title =
new TPaveLabel(0.04, 0.86, 0.96, 0.98,
23 "\"gl\" option for TF3. Select plot and press 's' to change the color.");
24 title->SetFillColor(32);
27 TPad *tf3Pad =
new TPad(
"box",
"box", 0.04, 0.04, 0.96, 0.8);
30 TFormula f1 = TFormula(
"f1",
"x*x + y*y + z*z + 2*y - 1");
31 TFormula f2 = TFormula(
"f2",
"x*x + y*y + z*z - 2*y - 1");
37 TF3 *tf3 =
new TF3(
"Klein Bottle",
"f1*(f2*f2-8*z*z) + 16*x*z*f2",
38 -3.5, 3.5, -3.5, 3.5, -2.5, 2.5);
40 tf3->SetFillColor(kRed);