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