Method setcontlabelformat
setcontlabelformat(Int32, Int32)
pl_setcontlabelformat: Set format of numerical label for contours
Declaration
public static void setcontlabelformat(Int32 lexp, Int32 sigdig)
Parameters
Type | Name | Description |
---|---|---|
Int32 | lexp | If the contour numerical label is greater than 10^(lexp) or less than 10^(-lexp), then the exponential format is used. Default value of lexp is 4. |
Int32 | sigdig | Number of significant digits. Default value is 2. |
Remarks
Set format of numerical label for contours.