HTBasic Help
×
Menu
Index

RPLOT

Moves the pen relative to the current graphic location.
 
 RPLOT x-displacement, y-displacement [,pen-control]
RPLOT numeric-array(*) [,FILL] [,EDGE]
 
Usage:
RPLOT 5,2
RPLOT 5,-2,-1
RPLOT Array(*)
RPLOT Vector(*),FILL,EDGE
Example: RPLOT.BAS
Description:
RPLOT is the same as IPLOT except that it moves the pen relative to the local origin. The local origin is the logical pen position after one of the following statements: AXES, DRAW, FRAME, GINIT, GRID, IDRAW, IMOVE, IPLOT, LABEL, MOVE, PLOT, POLYGON, POLYLINE, RECTANGLE and SYMBOL. See PLOT for a full explanation of RPLOT arguments.
The PIVOT and PDIR statements affect the RPLOT statement.
See Also: