Initializing help system before first use

svgsetgraphscale

svgsetgraphscale


Purpose
Set scaling value for a graph.
Synopsis
procedure svgsetgraphscale(val: real)
Argument
val 
The new scaling value.
Example
This code shows how to modify graph scaling properties.
svgsetgraphpointsize(0.5)
svgsetgraphscale(10)
Further information
This routine is likely to be used in combination with svgsetgraphpointsize in order to resize a graph for display.
Related topics