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

rose.sh 286 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. #!/usr/bin/env bash
  2. # Test gmt psrose with -Cm and basemap
  3. ps=rose.ps
  4. gmt psrose a.txt -R0/1/0/360 -Bx0g0.2 -Byg60 -B+glightgreen -A5r -Glightblue -W1p -: -Sn -JX4i -P -K -Xc -Cm > $ps
  5. gmt psrose a.txt -R0/1/0/360 -Bx0g0.2 -Byg60 -A5 -Glightblue -W1p -: -Sn -JX4i -O -Y5i -Cm >> $ps
Tip!

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

Comments

Loading...