manpagez: man pages & more
info gnuplot
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.25.36 logscale

Syntax:

      set logscale <axes> {<base>}
      unset logscale <axes>
      show logscale

where <axes> may be any combinations of ‘x‘, ‘x2‘, ‘y‘, ‘y2‘, ‘z‘, ‘cb‘, and ‘r‘ in any order. <base> is the base of the log scaling (default is base 10). If no axes are specified, the command affects all axes except ‘r‘. The command logscale turns off log scaling for all axes. Note that the ticmarks generated for logscaled axes are not uniformly spaced. See ‘set xtics‘.

Examples:

To enable log scaling in both x and z axes:

      set logscale xz

To enable scaling log base 2 of the y axis:

      set logscale y 2

To enable z and color log axes for a pm3d plot:

      set logscale zcb

To disable z axis log scaling:

      unset logscale z


This document was generated on February 28, 2014 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.