Included on this LiveDVD are the GMT documentation (HTML and PDF), example scripts (including a low resolution worldwide coastline), tutorial (HTML and PDF), and data sets for the tutorial.
The low resolution coastline can be found in /usr/share/gmt/coast/.
There are 29 example jobs built in, and a script to run them all:
Open a terminal, then
cp -r /usr/share/doc/gmt-examples/examples/ gmt-examples
cd gmt-examples/
./do_examples.csh
[whiz .. bang .. whirl]
View results: (within gv [1], type q to quit)
for PLOT in *.ps ; do
echo "$PLOT"
gv "$PLOT"
done
Footnotes
[1] | Ghostview http://www.gnu.org/software/gv/ |