3D Scatter Plots |
Three-dimensional scatter plots allow you to visualize x, y, and z coordinates in space. They are useful for drawing parametric curves or for observing clusters of data in 3D space. To create a scatter plot, you need to define a function, a matrix of z-coordinates, or three vectors or matrices specifying the x, y, and z coordinates. Then,
The collection of points is rendered in three-dimensional space. Mathcad draws the points with black dots, unless you specify otherwise. Double-click on the plot to get formatting options.
A scatter 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 and CreateSpace functions.