Method sdiplz
sdiplz(Double, Double, Double, Double)
plsdiplz: Set parameters incrementally (zoom mode) that define current plot-space window
Declaration
public static void sdiplz(Double xmin, Double ymin, Double xmax, Double ymax)
Parameters
Type | Name | Description |
---|---|---|
Double | xmin | Relative (incremental) minimum in x. |
Double | ymin | Relative (incremental) minimum in y. |
Double | xmax | Relative (incremental) maximum in x. |
Double | ymax | Relative (incremental) maximum in y. |
Remarks
Set relative minima and maxima incrementally (zoom mode) that define the current plot-space window. This function has the same effect as plsdiplt if that function has not been previously called. Otherwise, this function implements zoom mode using the transformation min_used = old_min + old_lengthmin and max_used = old_min + old_lengthmax for each axis. For example, if min = 0.05 and max = 0.95 for each axis, repeated calls to plsdiplz will zoom in by 10 per cent for each call.