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

cpttime.sh 246 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. # See issue # 1092. Fixed in r18275.
  3. ps=cpttime.ps
  4. cat << EOF > tmp.cpt
  5. 98 black 100 black
  6. 100 white 108 white
  7. EOF
  8. gmt psscale -JX20cT/10c -R2016-04-01T/2016-04-15T/8.1/8.25 -Dn0.5/0.9+w10c/0.8c+jMC+h -B1 -Ctmp.cpt -P > $ps
Tip!

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

Comments

Loading...