The dataplot command allows several calling sequences, making it easier to generate plots without having to transform your data into the right format. In addition to the calling sequence shown in the examples earlier, two more are available. Notice also that the data can be provided as a list, Vector, Matrix, or Array.
>
|
|
This calling sequence for 2-D point plots makes it easy to plot different sets of y-values against a single set of x-values.
>
|
|
This calling sequence for 3-D surfaces allows you to adjust the x- and y- values associated with a grid of z-values.
>
|
|