Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > fa8759c1f2240ce030f5ac6d5041a2a1 > files > 48

GMT-doc-4.5.9-1.fc18.noarch.rpm

#!/bin/bash
#		GMT EXAMPLE 06
#		$Id: job06.sh 9545 2011-07-27 19:31:54Z pwessel $
#
# Purpose:	Make standard and polar histograms
# GMT progs:	pshistogram, psrose
# Unix progs:	rm
#
. ../functions.sh
ps=../example_06.ps
psrose fractures.d -: -A10r -S1.8in -U/-2.25i/-0.75i/"Example 6 in Cookbook" -P -Gblack -R0/1/0/360 \
	-X2.5i -K -B0.2g0.2/30g30 > $ps
pshistogram -Ba2000f1000:"Topography (m)":/a10f5:"Frequency"::,%::."Two types of histograms":WSne \
	v3206.t -R-6000/0/0/30 -JX4.8i/2.4i -Ggray -O -Y5.5i -X-0.5i -Lthinner -Z1 -W250 >> $ps
rm -f .gmt*