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_2.sh 844 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
24
25
26
27
28
29
  1. #!/usr/bin/env bash
  2. gmt begin GMT_-B_geo_2
  3. gmt set FORMAT_GEO_MAP ddd:mm:ssF FONT_ANNOT_PRIMARY +9p
  4. gmt basemap -R-2/1/0/0.35 -JM4i -Bpa15mf5mg5m -BwSe -Bs1f30mg15m --MAP_FRAME_TYPE=fancy+ \
  5. --MAP_GRID_PEN_PRIMARY=thinnest,black,. --MAP_GRID_CROSS_SIZE_SECONDARY=0.1i \
  6. --MAP_FRAME_WIDTH=0.075i --MAP_TICK_LENGTH_PRIMARY=0.1i
  7. gmt plot -Sv0.03i+b+e+jc -W0.5p -Gblack -Y-0.5i -N << EOF
  8. -1.875 0 0 0.33333
  9. -0.45833 0 0 0.11111
  10. 0.541666 0 0 0.11111
  11. EOF
  12. gmt text -N -F+f+j << EOF
  13. -2.1 0.025 10p RM P:
  14. -1.875 0.05 6p CB annotation
  15. -0.45833 0.05 6p CB frame
  16. 0.541666 0.05 6p CB grid
  17. EOF
  18. gmt plot -Sv0.03i+b+e+jc -W0.5p -Gblack -Y-0.225i -N << EOF
  19. -1.5 0 0 1.33333
  20. -0.25 0 0 0.66666
  21. 0.625 0 0 0.33333
  22. EOF
  23. gmt text -N -F+f+j << EOF
  24. -2.1 0.025 10p RM S:
  25. -1.5 0.05 9p CB annotation
  26. -0.25 0.05 9p CB frame
  27. 0.625 0.05 9p CB grid
  28. EOF
  29. gmt end show
Tip!

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

Comments

Loading...