Specifies the scale type for a vector plot.
*Scale() - Vector PanelSpecifies the scale type for a vector plot. |
|||||
*Scale() - Vector PanelSpecifies the scale type for a vector plot. |
Syntax |
*Scale(scale_type, scale_value) |
|
Argument |
Name |
Description |
scale_type |
The scale type of the vector plot ("Magnitude", "Uniform", or "Auto"). |
|
scale_value |
The value for the specified scale type. |
|
Example |
*BeginVector() *Scale(“Auto”, “value”) *EndVector() |
|
Application |
HyperView. |
|
Context |
||
Comments |
A *Scale() command may be placed inside a *BeginVector() block to capture the scale setting for a vector plot. |
|
See also |
|
|
|