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

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

Comments

Loading...