GINO Graphics Suite - GINOGRAF v9.5  

ggEnqGridMarker

Syntax

[C/C++:]
void ggEnqGridMarker(int *sym);
[F90:]
subroutine ggEnqGridMarker(sym)
integer, intent(out) :: sym

Arguments

sym
Grid intersection symbol number

Description

The routine ggEnqGridMarker() returns the grid intersection symbol as defined by ggSetGridMarker(). The default being a cross symbol (no. 3, GPLUS) displayed at the intersection of the major tick marks.

See Also

ggEnqGridMarker Usage
ggSetGridMarker