Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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

Example:
library("plot")
plot (1:10~(1:10)^2)
Result:

plot is shown in the display plotdisplay

Library: plot
See also: createdisplay show line

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: TTK, 961205
(C) MD*TECH Method and Data Technologies, 28.6.1999