login

mulval.gs

Top / GrADS / script / mulval.gs

Japanese / English

Name

mulval - Draw min/max values with mul.gs.

Synopsis

mulval
    imax jmax ipos jpos var
    [-xoffset xoffset] [-yoffset yoffset]

Description

Options

imax
Number of horizontal windows.
jmax
Number of vertical windows.
ipos
Position of windows horizontally.
jpos
Position of windows vertically.
var
Variable.
xoffset
Offset of windows horizontally, default=0.
yoffset
Offset of windows vertically, default=0.

Examples

(1) Try the following command on GrADS:

mul 3 2 1 1
d U
mulval 3 2 1 1 U

Script source code