Creating a Surface Plot |
To create a surface plot, you need to define a function of two variables, a matrix of z-coordinates, or three vectors specifying the x, y, and z coordinates. You can also create a parametric, vector-valued function to specify x, y, and z coordinates. Then:
A perspective view of the surface is drawn as a two-dimensional grid lying in three-dimensional space. Mathcad connects points on the surface with gridlines, unless you specify otherwise. You can double-click on the plot to change this and other formatting options.
The surface plot of a function is created using default ranges and grids for the independent variables. To change them, double-click on the graph and use the options in the QuickPlot Data tab of the 3D Plot Format dialog box. You can also set these outside of the plot using the CreateMesh function.