Name: GRMOVR Purpose: move pen (relative, world coordinates) Category: GRAPHICS File: pgplot.src Author: T.J. Pearson Use: see description below. Description: SUBROUTINE GRMOVR (DX,DY) GRPCKG: move the pen through a specified displacement. Arguments: DX, DY (real, input): the displacement in world coordinates: the pen position is incremented by DX in x and DY in y. Updates: Oct 16, 1998: JPT automatically extracted from source.