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

endarrows.sh 403 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. # Make sure the adding arrows at end of lines with two points work for geo and Cart
  3. ps=endarrows.ps
  4. cat << EOF > t.txt
  5. -50 40
  6. 50 -40
  7. EOF
  8. gmt psxy -R-60/60/-50/50 -JX4i -W0.25p -Baf -P t.txt -K -Xc > $ps
  9. gmt psxy -R -J -W1p+o0.5i/0.25i+v0.25i+gred -O t.txt -K >> $ps
  10. gmt psxy -R -JM4i -W0.25p -Baf -O -K t.txt -Y5i >> $ps
  11. gmt psxy -R -J -W1p+o1000k/1000n+v0.25i+gred -O t.txt >> $ps
Tip!

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

Comments

Loading...