GINO Graphics Suite - GINOGRAF v9.5  

ggMoveToGraphPoint

Syntax

[C/C++:]
void ggMoveToGraphPoint(float x, float y);
[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.

See Also

ggMoveToGraphPoint Usage
ggAddGraphLine
ggDrawArrow