Name: PGMOVE Purpose: move pen (change current pen position) Category: GRAPHICS File: pgplot.src Author: T.J. Pearson Use: see description below. Description: SUBROUTINE PGMOVE (X, Y) REAL X, Y Primitive routine to move the "pen" to the point with world coordinates (X,Y). No line is drawn. Arguments: X (input) : world x-coordinate of the new pen position. Y (input) : world y-coordinate of the new pen position. Updates: Oct 16, 1998: JPT automatically extracted from source.