[F90:]subroutines ggAddGraphLine(x, y) real, intent(in) :: x, y
Arguments
x
Value giving the X part of the graphical axes coordinate to which the line will be drawn
y
Value giving the Y part of the graphical axes coordinate to which the line will be drawn
Description
The routine ggAddGraphLine() draws a line from the current pen position 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.