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

skipannots.sh 1.0 KB

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
16
17
18
19
  1. #!/usr/bin/env bash
  2. # Test the new +e modifier to -B
  3. gmt begin skipannots ps
  4. gmt set MAP_FRAME_TYPE plain PS_MEDIA letter
  5. echo "-Bx -By" | gmt text -R0/80/0/30 -Jx0.1c -Bx -By -F+cCM+f14p -Y1.25c
  6. echo "-Bx+e -By" | gmt text -Bx+e -By -Y3.75c -F+cCM+f14p
  7. echo "-Bx+el -By" | gmt text -Bx+el -By -Y3.75c -F+cCM+f14p
  8. echo "-Bx+eu -By" | gmt text -Bx+eu -By -Y3.75c -F+cCM+f14p
  9. echo "-Bx -By+e" | gmt text -Bx -By+e -Y3.75c -F+cCM+f14p
  10. echo "-Bx -By+el" | gmt text -Bx -By+el -Y3.75c -F+cCM+f14p
  11. echo "-Bx -By+eu" | gmt text -Bx -By+eu -Y3.75c -F+cCM+f14p
  12. echo "-Bx -By" | gmt text -R0/60/0/30 -Jq0.1c -Bx -By -X10c -F+cCM+f14p
  13. echo "-Bx+e -By+el" | gmt text -Bx+e -By+el -Y-3.75c -F+cCM+f14p
  14. echo "-Bx+e -By+eu" | gmt text -Bx+e -By+eu -Y-3.75c -F+cCM+f14p
  15. echo "-Bx+e -By+e" | gmt text -Bx+e -By+e -Y-3.75c -F+cCM+f14p
  16. echo "-Bx+el -By+el" | gmt text -Bx+el -By+el -Y-3.75c -F+cCM+f14p
  17. echo "-Bx+el -By+eu" | gmt text -Bx+el -By+eu -Y-3.75c -F+cCM+f14p
  18. echo "-Bx+eu -By+eu" | gmt text -Bx+eu -By+eu -Y-3.75c -F+cCM+f14p
  19. gmt end show
Tip!

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

Comments

Loading...