C-PLOT

Scientific Graphics and Data Analysis

np

set new axis ranges based on the current data

SYNOPSIS

np [x|y|z]

DESCRIPTION

Once data ranges are set, either automatically with the first data, explicitly using the the ra or ro commands, or as part of a general reset using the re command, those ranges remain in effect when new data is entered. The np command will automatically reset the axis ranges to encompass the maximum and minimum values of the current data. Entering x or y as an argument will autorange just the axis specified.

If the plot type is set for a logarithmic axis, points less than or equal to zero are ignored when doing the automatic ranging. The np command will clear any minimum or maximum specifications entered using ra or ro.

EXAMPLE

np x

SEE ALSO

ra ro re