Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

line_wraps.sh 448 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. # Isolated part of issue submitted by Nicky Wright on May 25, 2017 at GSA meeting
  3. ps=line_wraps.ps
  4. gmt set MAP_ANNOT_OBLIQUE lon_horizontal MAP_FRAME_TYPE plain FORMAT_GEO_MAP dddF
  5. gmt psxy -R110/-79/-25/70r -JN12c -Bafg -Xc -P -W1p,blue subduct.txt -K > $ps
  6. gmt psxy -Rg -JH120W/17c -Bafg -O -K -W1p,blue subduct.txt -X-1i -Y15c >> $ps
  7. gmt psbasemap -R110/-79/-25/70r -JN12c -A | gmt psxy -Rg -JH120W/16c -O -W0.25p,red >> $ps
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...