GINO Graphics Suite - GINOGRAF v9.5  

ggSetVectorChartFrame

Syntax

[C/C++:]
void ggSetVectorChartFrame(GLIMIT *limits);
[F90:]
subroutine ggSetVectorChartFrame(limits)
type(GLIMIT), intent(in) :: limits

Arguments

limits.xmin
Horizontal minimum limit of Vector Chart in Graphical coordinates

limits.xmax
Horizontal maximum limit of Vector Chart in Graphical coordinates

limits.ymin
Vertical minimum limit of Vector Chart in Graphical coordinates

limits.ymax
Vertical maximum limit of Vector Chart in Graphical coordinates

Description

The routine ggSetVectorChartFrame() sets up an area in graphical coordinates onto which future Vector Charts are mapped. The graphical coordinate system is set up by the latest calls to the routines ggSetAxesPos() and ggSetAxesScaling().

If ggSetVectorChartFrame() is not called or if the routine ggRestoreVectorSettings() has been called the default area is used. That is the area represented by the intersection of the limits of the horizontal (X) and vertical (Y) axes.

See Also

ggSetVectorChartFrame Usage
ggSetAxesPos
ggSetAxesScaling
ggAddVectors
ggRestoreVectorSettings