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_custom.sh 478 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
  1. #!/usr/bin/env bash
  2. cat << EOF >| xannots.txt
  3. 416.0 ig Devonian
  4. 443.7 ig Silurian
  5. 488.3 ig Ordovician
  6. 542 ig Cambrian
  7. EOF
  8. cat << EOF >| yannots.txt
  9. 0 a
  10. 1 a
  11. 2 f
  12. 2.71828 ag e
  13. 3 f
  14. 3.1415926 ag @~p@~
  15. 4 f
  16. 5 f
  17. 6 f
  18. 6.2831852 ag 2@~p@~
  19. EOF
  20. gmt begin GMT_-B_custom
  21. gmt set GMT_THEME cookbook
  22. gmt basemap -R416/542/0/6.2831852 -JX-12c/6c -Bpx25f5g25+u" Ma" -Bpycyannots.txt -Bsxcxannots.txt -BWS+glightblue \
  23. --MAP_ANNOT_OFFSET_SECONDARY=10p --MAP_GRID_PEN_SECONDARY=2p
  24. gmt end show
Tip!

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

Comments

Loading...