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

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

Comments

Loading...