sh_plot_profiles uses GMT to plot fault normal and fault parallel velocity profiles
                from the output of the gamit utils program profile
 
Usage: 
  
sh_plot_profile -f <file> -xaxis <min/max> -ypar <min/max> -ynorm <min/max> -ps <file>
 
Required: 
 
  -f  file          : Input profile filename
 
Optional:   
 
  -xaxis <min/max>  : X axis extents of velocity profile. (calculated if not given)
 
  -ynorm <min/max>  : Y axis extents for velocity normal plot (calculated if not given)
 
  -ypar <min/max>   : Y axis extents for velocity parallel plot (calculated if not given)
 
  -d[elete] sites   : Remove listed site names from plot. Case insensitive
 
  -names            : Add site names to the profile plots
 
  -u <val>          : Scale uncertainties by <val> (default = 1)
 
  -maxsig           : Maximum sigma to be plotted
 
  -ps               : Output postscript plotfile name
 
  -symbol           : Symbol type: triangle, circle, square diamond, star. (t,c,s,d,r) [Def: T]
 
  -color            : Symbol color: R/G/B [Def: 0/0/0]
 
Examples:  sh_plot_profile -f profile.out  -ps strc_profile 
sh_plot_profile -f profile.out -xaxis -200 +200 -ypar -20 +60 -ynorm -10 +10  -ps strc_profile