Hi,
is it possible to draw two-dimensional function without axis, labels and the grid-frame around the drawing area ?
I do
TF2* f2 = new TF2(“f2”,“x^2 + y^2”,0,10,0,10);
f2->SetLineColor(2);
f2->Draw(“SURF”);
and would like to draw only the function itself (in red)
and would like to get rid of everything that is drawn in black.
Thank you,
Christian Veelken