| Library: | plot |
| See also: | createdisplay show line |
| Macro: | plot | |
| Description: | Convenient function for plotting results. Creates a global variable (plotdisplay) that contains a plot with at most five dataparts. |
| Usage: | plot (x1, {x2, x3, x4, x5}) | |
| Input: | ||
| x1 | matrix containing x and y values for plot | |
| x2 - x5 | optional dataparts for the plot | |
library("plot")
plot (1:10~(1:10)^2)
plot is shown in the display plotdisplay
| Library: | plot |
| See also: | createdisplay show line |