Method sdiplt
sdiplt(Double, Double, Double, Double)
plsdiplt: Set parameters that define current plot-space window
Declaration
public static void sdiplt(Double xmin, Double ymin, Double xmax, Double ymax)
Parameters
Type | Name | Description |
---|---|---|
Double | xmin | Relative minimum in x. |
Double | ymin | Relative minimum in y. |
Double | xmax | Relative maximum in x. |
Double | ymax | Relative maximum in y. |
Remarks
Set relative minima and maxima that define the current plot-space window. If plsdiplt is not called the default values of xmin, ymin, xmax, and ymax are 0., 0., 1., and 1.