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

varwedges.sh 580 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
15
  1. #!/usr/bin/env bash
  2. #
  3. # Check wedges
  4. ps=varwedges.ps
  5. gmt set PROJ_ELLIPSOID Sphere
  6. # Cartesian
  7. gmt psbasemap -R0/6/0/3 -Jx1i -p135/35 -P -Xc -Bafg -K > $ps
  8. echo 0.5 0.5 0 2i 30 100 | gmt psxyz -R -J -O -K -p -Sw -Gred -W2p >> $ps
  9. echo 2.5 0.5 0 30 100 | gmt psxyz -R -J -O -K -p -Sw2i -Gred >> $ps
  10. echo 4.5 0.5 0 | gmt psxyz -R -J -O -K -p -Sw2i/30/100 -W1p >> $ps
  11. echo 0.5 1.75 0 30 100 | gmt psxyz -R -J -O -K -p -Sw2i+a+p2p >> $ps
  12. echo 2.5 1.75 0 | gmt psxyz -R -J -O -K -p -Sw2i/30/100+r+p2p >> $ps
  13. echo 4.5 1.75 0 | gmt psxyz -R -J -O -p -Sw2i/30/100+a+p2p -Gred >> $ps
Tip!

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

Comments

Loading...