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_base_symbols5.sh 514 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
  1. #!/usr/bin/env bash
  2. #
  3. # Demonstrate a few arrows
  4. gmt begin GMT_base_symbols5 ps
  5. gmt set GMT_THEME cookbook
  6. # Cartesian straight arrows
  7. gmt plot -R0/5/0/5 -JX1.75i -S -W2p -Gred --MAP_VECTOR_SHAPE=0.5 << EOF
  8. 0.5 1.0 4.5 2.5 v0.3i+s+e+bi
  9. EOF
  10. # Circular arrows
  11. gmt plot -S -W2p -Gred --MAP_VECTOR_SHAPE=0.5 -X2i << EOF
  12. 1 0.3 2c 0 90 m0.3i+bt+e
  13. EOF
  14. # Geo arrows
  15. gmt plot -R0/90/-41.17/41.17 -JM1.75i -S -W2p -Gred --MAP_VECTOR_SHAPE=0.5 -X2i --MAP_FRAME_TYPE=plain << EOF
  16. 10 -35 80 8000 =0.3i+b+er
  17. EOF
  18. gmt end show
Tip!

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

Comments

Loading...