set nologscale [<axis> ... ]
The logscale setting causes an axis to be laid out with logarithmically, rather than linearly, spaced intervals. Conversely, the nologscale setting is used to restore linear scaling. For example, issuing the command:
set nolog
would cause all of the axes of a plot to be scaled linearly. Alternatively only one, or a selection of axes, can be set to scale linearly as follows:
set nologscale x1 y2
This would cause the first - and second
-axes to be scaled linearly.