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

clipping6.sh 389 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  1. #!/usr/bin/env bash
  2. # GMT_KNOWN_FAILURE
  3. ps=clipping6.ps
  4. cat << EOF > badpol.txt
  5. -70 -55
  6. -50 -30
  7. -50 50
  8. -120 67
  9. -170 60
  10. -80 0
  11. EOF
  12. gmt psxy -R-90/270/-60/75 -JM5i -A -Ggreen -W0.25p,red badpol.txt -Bag -K -P -Xc > $ps
  13. gmt psxy -R-180/180/-60/75 -JR90/5i -A -Ggreen -W0.25p,red badpol.txt -Bag -O -K -Y3.5i >> $ps
  14. gmt psxy -R -JR-90/5i -A -Ggreen -W0.25p,red badpol.txt -Bag -O -Y3.5i >> $ps
Tip!

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

Comments

Loading...