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_linear.sh 350 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
  1. #!/usr/bin/env bash
  2. gmt begin GMT_-B_linear
  3. gmt basemap -R0/12/0/0.95 -JX7.5c/0.75c -Ba4f2g1+lFrequency+u" %" -BS
  4. gmt plot -Sv2p+e+a60 -W0.5p -Gblack -Y0.25c -N << EOF
  5. 2 0 0 0.5
  6. 2 0 180 0.5
  7. 7 0 0 0.25
  8. 7 0 180 0.25
  9. 9.5 0 0 0.125
  10. 9.5 0 180 0.125
  11. EOF
  12. gmt text -Gwhite -C1p -F+f9p+jCB << EOF
  13. 2 0.2 annotation
  14. 7 0.2 frame
  15. 9.5 0.2 grid
  16. EOF
  17. gmt end show
Tip!

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

Comments

Loading...