set vrange
set vrange v1 v2
When drawing a 1-D plot, this command specifies the range of the values for the scale on the Y-axis (from v1 to v2).
When drawing a 2-D scatter plot using graphics output type gxout scatter
, this command specifies the range of values for the scale on the X axis; use the set vrange2
command to control the range of the Y-axis values on your scatter plot.
Usage Note
Reset by clear
only.
Examples
set lat 50set lon 0 360set gxout contourset vrange -20 20set gxout scatterd u10set vrange2 980 1040set vrange 250 300d temp;slp