Syntax:
set logscale <axes> <base> set nologscale <axes> show logscale
where <axes> may be any combinations of x, y, and z, in any order, and where <base> is the base of the log scaling. If <base> is not given, then 10 is assumed. If <axes> is not given then all three axes are assumed. The command set logscale turns on log scaling on the specified axes, while set nologscale turns off log scaling.
Examples:
To enable log scaling in both x and z axes:
set logscale xzTo enable scaling log base 2 of the y axis:
set logscale y 2To disable z axis log scaling:
set nologscale z