Method gyax
| Improve this Doc View Sourcegyax(out Int32, out Int32)
plgyax: Get y axis parameters
Declaration
public void gyax(out Int32 p_digmax, out Int32 p_digits)
Parameters
Type | Name | Description |
---|---|---|
Int32 | p_digmax | Returned value of the maximum number of digits for the y axis. If nonzero, the printed label has been switched to a floating-point representation when the number of digits exceeds this value. |
Int32 | p_digits | Returned value of the actual number of digits for the numeric labels (y axis) from the last plot. |
Remarks
Identical to plgxax, except that arguments are flags for y axis. See the description of plgxax for more detail.