{ TGraph2D *graph = new TGraph2D("3Dtest.txt"); TCanvas *c=new TCanvas; graph->Draw("surf1"); c->SetLogx(); c->SetLogz(); }