GINO Graphics Suite - GINOGRAF v9.5  

ggSetGraphScaling

Syntax

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

Arguments

mode
Graph scaling mode

= GDEFAULT Default
= GEQUALLIMITS Equal limits for both axes
= GEQUALRANGES Equal ranges for both axes
= GEQUALGRAPHINTERVALS Equal sized interval in graph coordinates
= GEQUALSPACEINTERVALS Equal sized intervals in space coordinates (Square grid)

Description

The routine ggSetGraphScaling() sets the scaling mode for the complete graph, step chart and area chart drawing routines.

By default, all the complete graph and chart drawing routines, calculate the separate ranges of X and Y from the data supplied to the routine and display axes representing these ranges. The routine ggSetGraphScaling() can be used to modify the final output of the graph or chart by altering the ranges or intervals on the axes according to the required mode.

Note that, in GEQUALSPACEINTERVALS mode, the length of one of the axes may be reduced in order to comply with the request for equal sized intervals in space coordinates.

See Also

ggSetGraphScaling Usage
ggPlotAreaChart
ggPlotGraph
ggPlotStepChart