gmtset(1) - Linux man page
Name
gmtset - To change individual GMT default parametersSynopsis
gmtset [ -Gdefaultsfile ] PARAMETER1 [=] value1 PARAMETER2 [=] value2 PARAMETER3 [=] value3 ...Description
- PARAMETER value
- 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 gmtdefaults man page.
Options
- -G
- 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].
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:gmtset DOTS_PR_INCH 600 ANNOT_FONT_PRIMARY Helvetica GRID_CROSS_SIZE_PRIMARY 0.1i ANNOT_OFFSET_PRIMARY 0.2c