#!/bin/csh ## Plot circles in 3D, viewing from 220 deg. from North, # at an angle of 35 deg. from the horizon /bin/rm tmp.ps psxyz data.txt -R0.94/1.02/0.94/1.02/380/460 -JX4 -JZ3 \ -Ba0.02g0.01/a0.02g0.01/a20f10g10 \ -K -I0.9 -E220/35 -W2/255/0/0 -Sc0.2 -P -X2 -Y2 >tmp.ps pstext -R -JX -JZ -E220/35 -O -N <>tmp.ps 0.98 0.93 15 0 5 6 P-wave anomaly 0.93 0.99 15 90 5 6 S-wave anomaly END