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

GMT_-XY.sh 374 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
16
17
18
19
20
21
22
  1. #!/usr/bin/env bash
  2. gmt begin GMT_-XY
  3. gmt basemap -R0/1.5/0/1.7 -Jx1i -B0 -B+glightyellow
  4. gmt plot -Sv5p+e -W0.5p -Gblack << EOF
  5. 0.2 0.2 0 1.1
  6. 0.2 0.2 90 1.4
  7. EOF
  8. gmt plot -Wthinnest,- << EOF
  9. >
  10. 0 0.2
  11. 0.2 0.2
  12. >
  13. 0.2 0
  14. 0.2 0.2
  15. EOF
  16. gmt text -N --FONT=Helvetica-Bold -F+f+j << EOF
  17. 0.2 -0.05 10p TC xoff
  18. -0.05 0.2 10p RM yoff
  19. 1.3 0.25 9p BL x
  20. 0.25 1.6 9p ML y
  21. EOF
  22. gmt end show
Tip!

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

Comments

Loading...