Method prec
prec(Int32, Int32)
plprec: Set precision in numeric labels
Declaration
public static void prec(Int32 setp, Int32 prec)
Parameters
Type | Name | Description |
---|---|---|
Int32 | setp | If setp is equal to 0 then PLplot automatically determines the number of places to use after the decimal point in numeric labels (like those used to label axes). If setp is 1 then prec sets the number of places. |
Int32 | prec | The number of characters to draw after the decimal point in numeric labels. |
Remarks
Sets the number of places after the decimal point in numeric labels.