[F90:]subroutine ggMoveToGraphPoint(x, y) real, intent(in) :: x, y
Arguments
x
Value giving the X part of the graphical axes coordinate to which the pen will be moved
y
Value giving the Y part of the graphical axes coordinate to which the pen will be moved
Description
The routine ggMoveToGraphPoint() moves the pen to the point (X, Y), either inside or outside the graph limits, in the graphical axes system set up by the last axis definition calls or by one of the axis control routines.
The point need not be within the area defined by the axes. The pen is moved to the position (X, Y) without drawing a line.