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

autocpt.sh 752 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. # Test makecpt -S options
  3. ps=autocpt.ps
  4. gmt makecpt @ship_15.txt -S -Cjet | gmt psscale -Dx0i/7i+w3i/0.2i+jML -P -K -By+l"-S" > $ps
  5. gmt makecpt @ship_15.txt -S500 -Cjet | gmt psscale -Dx2i/7i+w3i/0.2i+jML -By+l"-S500" -O -K >> $ps
  6. gmt makecpt @ship_15.txt -S500+d -Cjet | gmt psscale -Dx3.5i/7i+w3i/0.2i+jML -By+l"-S500+d" -O -K >> $ps
  7. gmt makecpt @ship_15.txt -Sa3 -Cjet | gmt psscale -Dx5i/7i+w3i/0.2i+jML -By+l"-Sa3" -O -K >> $ps
  8. gmt makecpt @ship_15.txt -Sm3 -Cjet | gmt psscale -Dx0i/2i+w3i/0.2i+jML -By+l"-Sm3" -O -K >> $ps
  9. gmt makecpt @ship_15.txt -Sp3 -Cjet | gmt psscale -Dx2.5i/2i+w3i/0.2i+jML -By+l"-Sp3" -O -K >> $ps
  10. gmt makecpt @ship_15.txt -Sq10/90 -Cjet | gmt psscale -Dx5i/2i+w3i/0.2i+jML -By+l"-Sq10/90" -O >> $ps
Tip!

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

Comments

Loading...