To view level curves in Maple:

  1. Execute a plot command like: plot3d(x^2+y^2,x=-2..2,y=-2..2,color=x^2+y^2,scaling=constrained,style=patchcontour,axes=boxed);
  2. Click on the plot and rotate 135 degrees right (about z-axis) and 45 degrees down (about x-axis) to get a top view.

Comments: