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

oldrose.sh 415 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. # Test gmt psrose with -Cm and basemap with old arrow attribute syntax
  3. ps=oldrose.ps
  4. gmt psrose a.txt -R0/1/0/360 -Bx0g0.2 -Byg60 -B+glightgreen -A5r -Glightblue -W1p -: -Sn -JX4i -P -K -Xc -Cm -M0.3i+e+gred -Wv2p,red --MAP_VECTOR_SHAPE=0.5 > $ps
  5. gmt psrose a.txt -R0/1/0/360 -Bx0g0.2 -Byg60 -A5 -Glightblue -W1p -: -Sn -JX4i -O -Y5i -Cm -M0.1c/0.3i/0.1i/255/0/0 --MAP_VECTOR_SHAPE=0.5 >> $ps
Tip!

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

Comments

Loading...