Set Axis Limits

Set explicit data limits for the X and Y axes. All inputs are optional.

../_images/Limits.png
int32_in int32_out Plot ID/Plot ID Out
Plot identifier. Plot ID Out always contains the same value as Plot ID.
double_in X Min
Lower limit for X axis.
double_in X Max
Upper limit for X axis.
double_in Y Min
Lower limit for Y axis.
double_in Y Max
Upper limit for Y axis.
error_in error_out Error In/Out
Terminals for standard error functionality.

Axis Types

This VI supports both rectangular and polar axes. However, for polar axes, only the Y (radial) limits may be specified. Providing values for X (angular) limits will result in error 402905 - Operation Not Supported for Polar Plot.

Other information

Non-finite values for limits (NaN or Inf) will be ignored. On a log-scaled plot, zero or negative limit values will also be ignored.