Construct a new graph
Argument | Default | Description |
---|---|---|
$aWidth | 300 | Width (in pixels) |
$aHeight | 200 | Height (in pixels) |
$aCachedName | "" | Cache name |
$aTimeOut | 0 | Cache timeout |
$aInline | true | Inline flag (DEPRECATED) |
Example
Rotate the polar graph 90 degrees
Argument | Default | Description |
---|---|---|
$lm | 0 | Left margin |
$rm | 0 | Right Margin |
$tm | 0 | Top margin |
$bm | 0 | Bottom margin |
Example
Specify density for the radius axis
Argument | Default | Description |
---|---|---|
$aDense | Density |
Example
Alternative way to specify size of the plot area
Argument | Default | Description |
---|---|---|
$w | Width | |
$h | Height |
Example
Specify scale type (linear or log)
Argument | Default | Description |
---|---|---|
$aScale | Linear "lin" or logarithmic "log" scale | |
$rmax | 0 | Manual maximum value |
Example
Specify if the graphs should be 360 or 180
Argument | Default | Description |
---|---|---|
$aType | Type |
Example
Send graph back to browser or file
Argument | Default | Description |
---|---|---|
$aStrokeFileName | "" | File name |
Example