GINO Graphics Suite - GINOGRAF v9.5  

ggSetGridMarker

Syntax

[C/C++:]
void ggSetGridMarker(int sym);
[F90:]
subroutine ggSetGridMarker(sym)
integer, intent(in) :: sym

Arguments

sym
GINO symbol number

= GSPOT }
= GUP }
= GDOWN }
= GPLUS }
= GCROSS } Standard GINO symbols
= GBOX }
= GDIAMOND }
= GCIRCLE }
= GSTAR }
= 9 - 23, Optional hardware symbol
> 23 Character from font table

Description

The routine ggSetGridMarker() defines the grid intersection symbol. The default being a cross symbol displayed at the intersection of the major tick marks.

sym may be any GINO symbols as described in the GINO user guide.

See Also

ggSetGridMarker Usage
ggAddGrid