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

2.21.33 logscale

Syntax:

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

where <axes> may be any combination of `x`, `x2`, `y`, `y2`, `z`, and `cb` 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 axes are assumed. logscale turns off log scaling for the specified axes.

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


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