14.10.2014 Views

gnuplot documentation

gnuplot documentation

gnuplot documentation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

70 SET-SHOW <strong>gnuplot</strong> 4.3 111<br />

70.30 Lmargin<br />

The command set lmargin sets the size of the left margin. Please see set margin (p. 112) for details.<br />

70.31 Loadpath<br />

The loadpath setting defines additional locations for data and command files searched by the call,<br />

load, plot and splot commands. If a file cannot be found in the current directory, the directories in<br />

loadpath are tried.<br />

Syntax:<br />

set loadpath {"pathlist1" {"pathlist2"...}}<br />

show loadpath<br />

Path names may be entered as single directory names, or as a list of path names separated by a platformspecific<br />

path separator, eg. colon (’:’) on Unix, semicolon (’;’) on DOS/Windows/OS/2/Amiga platforms.<br />

The show loadpath, save and save set commands replace the platform-specific separator with<br />

a space character (’ ’) for maximum portability.<br />

If the environment variable GNUPLOT LIB is set, its contents are appended to loadpath. However,<br />

show loadpath prints the contents of user defined loadpath and system loadpath separately. Also, the<br />

save and save set commands save only the user specified parts of loadpath, for portability reasons.<br />

70.32 Locale<br />

The locale setting determines the language with which {x,y,z}{d,m}tics will write the days and<br />

months.<br />

Syntax:<br />

set locale {""}<br />

may be any language designation acceptable to your installation. See your system <strong>documentation</strong><br />

for the available options. The default value is determined from the LC TIME, LC ALL, or LANG<br />

environment variables.<br />

To change the decimal point locale, see set decimalsign (p. 97). To change the character encoding to<br />

the current locale, see set encoding (p. 99).<br />

70.33 Logscale<br />

Syntax:<br />

set logscale <br />

unset logscale <br />

show logscale<br />

where may be any combinations of x, x2, y, y2, z, and cb in any order, and where is<br />

the base of the log scaling. If is not given, then 10 is assumed. If is not given, then all<br />

axes are assumed. The command unset logscale turns off log scaling for the specified axes.<br />

Examples:<br />

To enable log scaling in both x and z axes:<br />

set logscale xz<br />

To enable scaling log base 2 of the y axis:<br />

set logscale y 2<br />

To enable z and color log axes for a pm3d plot:<br />

set logscale zcb<br />

To disable z axis log scaling:<br />

unset logscale z

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!