.TH GMTSET 1gmt "Feb 27 2014" "GMT 4.5.13 (SVN)" "Generic Mapping Tools" .SH NAME gmtset \- To change individual \fBGMT\fP default parameters .SH SYNOPSIS \fBgmtset\fP [ \fB\-G\fP\fIdefaultsfile\fP ] PARAMETER1 [=] \fIvalue1\fP PARAMETER2 [=] \fIvalue2\fP PARAMETER3 [=] \fIvalue3\fP ... .SH DESCRIPTION \fBgmtset\fP will adjust individual \fBGMT\fP defaults settings in the current directory's \.gmtdefaults4\"' file. If no such file exists one will be created. The main purpose of \fBgmtset\fP is temporarily to change certain parameters inside a shell script, e.g., set the dots-per-inch to 600, run the script, and reset to 300 dpi. Optionally, you can specify one or more temporary changes directly on any \fBGMT\fP command line with the syntax \fB\-\-PARAMETER\fP=\fIvalue\fP; such changes are only in effect for that command and do not permanently change the default settings on disk. .TP PARAMETER \fIvalue\fP Provide one or several pairs of parameter/value combinations that you want to modify. For a complete listing of available parameters and their meaning, see the \fBgmtdefaults\fP man page. .SH OPTIONS .TP \fB\-G\fP Name of specific \.gmtdefaults4 file to modify [Default looks first in current directory, then in your home directory, then in ~/.gmt and finally in the system defaults]. .SH EXAMPLES To change the dpi to 600, set annotation font to Helvetica, and select grid-crosses of size 0.1 inch, and set annotation offset to 0.2 cm: .br .sp \fBgmtset\fP \fBDOTS_PR_INCH\fP 600 \fBANNOT_FONT_PRIMARY\fP Helvetica \fBGRID_CROSS_SIZE_PRIMARY\fP 0.1\fBi\fP \fBANNOT_OFFSET_PRIMARY\fP 0.2\fBc\fP .SH "SEE ALSO" .IR GMT (1), .IR gmtdefaults (1), .IR gmtget (1)