The funcplot or plotfunc command can draw the graphs of two variable functions (see Section 19.2.2 for a full description).
funcplot can take two arguments, an expression with two variables and a list of the two variables (possibly with bounds) and it returns and draws the graph of the expression.
funcplot(x^2+y^2,[x,y]) |