|
|
Assign values of (XLSTT,YLSTT)
to (XLAST,YLAST)
|
|
|
%POLY(x, y, color, style,
line);
|
Continue drawing a polygon
|
|
Copy (XLAST,YLAST) to
(XLSTT,YLSTT)
|
|
|
|
|
%ARROW(x1, y1, x2, y2, color, line, size, angle, style);
|
|
%BAR(x1, y1, x2, y2,
color, line, style);
|
|
%CIRCLE(x,
y, size, color);
|
|
%FRAME(color,
line, size, style);
|
Draw a line from (XLAST,YLAST)
to (XLSTT,YLSTT)
|
%DRAW2TXT(color,
line, size);
|
Draw a line from previous
point
|
%DRAW(x,
y, color, line, size);
|
|
%LINE(x1, y1, x2, y2, color,
line, size);
|
|
%SLICE(x,
y, angle, rotate, size, color, style, line);
|
|
%RECT(x
1,y
1,x
2,y
2, color, line, size);
|
|
%LABEL(x,
y, text, color, angle, rotate, size, style, position);
|
Exchange the values
of (XLAST,YLAST) and (XLSTT,YLSTT)
|
|
Move to a point near
a pie slice
|
|
Move to a point without
drawing
|
|
|
|
Retrieve values from
a stack
|
|
|
%SCALET(ptx, pty, x0,
y0, x1, y1, x0, vy0, vx1, vy1);
|
|
%SCALE(ptx, pty, x0,
y0, x1, y1, x0, vy0, vx1, vy1);
|
Set the coordinate system
for the observation
|
%SYSTEM(xsys, ysys,
hsys);
|
Set when to draw an
observation
|
|
Write a comment to the
data set
|
|