pow(x,n) = x**n; F(x,y) = pow(x,2) - pow(y,2); splot "dados", F(x,y); pause -2 "Aperte enter pra terminar";