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

flowvectors.sh 253 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. #!/usr/bin/env bash
  2. ps=flowvectors.ps
  3. gmt makecpt -Cseis -T0/2000 > t.cpt
  4. gmt convert vel.horiz.xyazlen -o0,1,3,2,3 | gmt psxy -Rg -JG-10/30/6i -i0:1,2+s5000,3,4+s5000 -P -Bafg \
  5. -Ct.cpt -S=0.15i+jc+e+n300+p0.25p+h0.5 -W1.5p --PS_COMMENTS=true > $ps
Tip!

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

Comments

Loading...