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_-B_geo_1.sh 434 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
  1. #!/usr/bin/env bash
  2. gmt begin GMT_-B_geo_1
  3. gmt set GMT_THEME cookbook
  4. gmt set FORMAT_GEO_MAP ddd:mm:ssF
  5. gmt basemap -R-1/2/0/0.4 -JM3i -Ba1f15mg5m -BS
  6. gmt plot -Sv2p+e+a60 -W0.5p -Gblack -Y-0.35i -N << EOF
  7. -0.5 0 0 0.5
  8. -0.5 0 180 0.5
  9. 0.375 0 0 0.125
  10. 0.375 0 180 0.125
  11. 1.29166666 0 0 0.04166666
  12. 1.29166666 0 180 0.04166666
  13. EOF
  14. gmt text -F+f9p+jCB << EOF
  15. -0.5 0.05 annotation
  16. 0.375 0.05 frame
  17. 1.29166666 0.05 grid
  18. EOF
  19. gmt end show
Tip!

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

Comments

Loading...