login

loglabel.gs

Top / GrADS / script / loglabel.gs

Japanese / English

Name

loglabel - Set appropriate vertical labels when you set zlog on.

Synopsis

loglabel

Description

Set appropriate labels of vertical axis. The position of labels are determined from what you specified by "set lev".

Examples

(1) Draw U using loglabel

ga-> open u
ga-> set z 1 17
ga-> set lon 0
ga-> set zlog on
ga-> loglabel
ga-> d u

For your convenience, type

ga-> set imprun loglabel

only once before drawing many times.

Script source code