*Numbers()
Specifies the format for the numeric values displayed by the legend.
Syntax
*Numbers (state, notation, num decimal)
Application
HyperView
Inputs
- state
- The visibility status of the numbers in the legend.
- Show
- Displays the numbers.
- Hide
- Hides the numbers.
- notation
- Scientific
- num decimal
- The number of decimal places.
Context
*BeginContour()
*BeginTensor()
*BeginVector()
Example
*BeginLegend()
*LegendType(static)
*NumCols(9)
*MinMax(0.141167, 1.28808)
*Numbers(show, scientific, 3)
*ColorRGB(0, 0, 200,
21, 121, 255,
0, 199, 221,
40, 255, 185,
57, 255, 0,
170, 255, 0,
255, 227, 0,
255, 113, 0,
255, 0, 0
*EndLegend()
Comments
This statement applies to the Contour, Tensor, and Vector panels in HyperView.