Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

custom_decorate.sh 442 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
  1. #!/usr/bin/env bash
  2. #
  3. # Decorate lines with custom symbols
  4. cat > path.txt << END
  5. -1.5 -1
  6. -0.5 0
  7. 1.5 1
  8. END
  9. gmt begin custom_decorate ps
  10. gmt plot path.txt -S~d2c:+sklcrescent/60p+gred+pthin -W0.25p -R-2/2/-1/1.2 -JM15c
  11. gmt plot path.txt -S~d2c:+skdeltoid/50p+pthin+gblue -W0,white -Y5c
  12. gmt plot path.txt -S~d2c:+skstarp/40p+pthick+ggreen+a0 -Wthinnest,red -Y5c
  13. gmt plot path.txt -S~d1c:+skcrosshair/25p+pthin -W2p -Y5c
  14. gmt end show
Tip!

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

Comments

Loading...