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_volcano.sh 479 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
  1. #!/usr/bin/env bash
  2. gmt begin GMT_volcano
  3. gmt set GMT_THEME cookbook
  4. echo "0 0" | gmt plot -R-0.5/0.5/-0.5/0.5 -JX2i -Ba0.25g0.05 -BWSne -Wthick -Skvolcano/2i
  5. cat <<END > bullseye.def
  6. 0 -0.7 M -W0.5p,red
  7. 0 0.7 D
  8. -0.7 0 M -W0.5p,red
  9. 0.7 0 D
  10. 0 0 0.9 c -Gp12
  11. 0 0 0.9 c -W0.25p
  12. 0 0 0.7 c -Gyellow -W0.25p
  13. 0 0 0.5 c -Gp9
  14. 0 0 0.5 c -W0.25p
  15. 0 0 0.3 c -Gyellow -W0.25p
  16. 0 0 0.1 c -Gwhite -W0.25p
  17. END
  18. echo "0 0" | gmt plot -N -Ba0.25g0.05 -BwSnE -Wthick -Skbullseye/2i -X2.5i
  19. gmt end show
Tip!

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

Comments

Loading...