svgsetgraphpointsize
svgsetgraphpointsize |
Purpose
Synopsis
procedure svgsetgraphpointsize(val: real)
Argument
val
|
The new value for the point size.
|
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
svgsetgraphscale in order to resize a graph.
Related topics