#!/bin/csh /bin/rm tmp.ps awk '{if($4 >4 && $5 <70) print $1, $2, 0.10*($4-3.8)}' cat_raw.out | \ psxy -R1960.88/2011.00/-45.0/-25.0 -JX6/8 -Sc -W3/255/0/0 \ -K -X1 -Y1.1 -P -Ba5f1/a1f0.5 >tmp.ps awk '{if($4 >=7.0 && $5 < 70) print $1, $2, 0.10*($4-3.8)}' cat_raw.out | \ psxy -R -J -St -W9/0/0/255 -O -K >>tmp.ps psxy -R -J -W50/255/0/0 -O -K <>tmp.ps 1963 -37.5 1963 -45 END pstext -R -J -N -O -U <>tmp.ps 1987 -46.0 16 0 5 6 Time (year) 1955 -35 16 90 5 6 Latitude 1987 -24 14 0 0 6 Focal Latitude versus time plot of South American Magnitude > 4 quakes, depth <70 km END