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.
Reset by clear
only.
set lat 50 set lon 0 360 set gxout contour set vrange -20 20 d u10 set gxout scatter set vrange 250 300 set vrange2 980 1040 d temp;slp