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

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

Comments

Loading...