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.sh
[whiz .. bang .. whirl]
View results: (type ‘q’ to quit gv)
for PLOT in `find . -name *.ps` ; do
echo "$PLOT"
gv "$PLOT"
done