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_linearrow.sh 286 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  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_linearrow
  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+vb0.2i+gred+pfaint+bc+ve0.3i+gblue+h0.5
  6. gmt end show
Tip!

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

Comments

Loading...