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_lineoffset.sh 325 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. gmt math -T10/30/1 T 20 SUB 10 DIV 2 POW 41.5 ADD = line.txt
  3. gmt begin GMT_lineoffset
  4. gmt plot line.txt -R8/32/40/44 -JM5i -Wfaint,red -Bxaf -Bya2f1 -BWSne --MAP_FRAME_TYPE=plain
  5. gmt plot line.txt -W2p+o1c/500k
  6. gmt text -F+f10p+jCM+a << EOF
  7. 11.0 42.6 -11.5 1 cm
  8. 27.1 42.3 +9.5 500 km
  9. EOF
  10. gmt end show
Tip!

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

Comments

Loading...