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

logcpt.sh 492 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 makecpt -Q options
  3. ps=logcpt.ps
  4. gmt makecpt -T1/1000/2 -Qo -Cjet | gmt psscale -Dx0i/4.5i+w9i/0.2i+jML -P -K -By+l"-Qo" > $ps
  5. gmt makecpt -T1/3/0.2 -Qi -Cjet | gmt psscale -Dx2i/4.5i+w9i/0.2i+jML -By+l"-Qi" -O -K --FORMAT_FLOAT_MAP=%.0f >> $ps
  6. gmt makecpt -T1/1000/2 -Qo -Cjet | gmt psscale -Dx4i/4.5i+w9i/0.2i+jML -O -K -L -S+y"-Qo -L" >> $ps
  7. gmt makecpt -T1/3/0.2 -Qi -Cjet | gmt psscale -Dx6i/4.5i+w9i/0.2i+jML -L -S+y"-Qi -L" -O --FORMAT_FLOAT_MAP=%.0f >> $ps
Tip!

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

Comments

Loading...