[F90:]subroutine gSetLineVis(vis) integer, intent(in) :: vis
Arguments
vis
Line visibility
= GINVISIBLE,
Line invisible
= GVISIBLE,
Line visible (default)
Description
Normally lines are generated so that they are visible. No lines will appear on the device when vis is set to GINVISIBLE with a call to gSetLineVis(). gSetLineVis() does not affect any of the invisible drawing routines (e.g. gMoveTo2D()).