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

psscale.sh 938 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  1. #!/usr/bin/env bash
  2. #
  3. ps=psscale.ps
  4. gmt set FONT_ANNOT_PRIMARY 10p FONT_LABEL 14p PROJ_LENGTH_UNIT cm
  5. gmt makecpt -T-6/6/1 -Cseis -D > tmp.cpt
  6. scale="gmt psscale -Ctmp.cpt -Bx+lRange -By+lm"
  7. $scale -K -Dx00/04+w8/0.5+e+jML -Y2 > $ps
  8. $scale -O -K -Dx04/04+w8/0.5+e+jML+ma >> $ps
  9. $scale -O -K -Dx07/04+w8/0.5+e+jML+ml >> $ps
  10. $scale -O -K -Dx11/04+w8/0.5+e+jML+m >> $ps
  11. $scale -O -K -Dx18/00+w8/0.5+e+jTC+h+m >> $ps
  12. $scale -O -K -Dx18/03+w8/0.5+e+jTC+h+ml >> $ps
  13. $scale -O -K -Dx18/05+w8/0.5+e+jTC+h+ma >> $ps
  14. $scale -O -K -Dx18/08+w8/0.5+e+jTC+h >> $ps
  15. $scale -O -K -Dx00/04+w8/0.5+e+jML+mc -Y9 >> $ps
  16. $scale -O -K -Dx04/04+w8/0.5+e+jML+mac >> $ps
  17. $scale -O -K -Dx07/04+w8/0.5+e+jML+mlc >> $ps
  18. $scale -O -K -Dx11/04+w8/0.5+e+jML+malc >> $ps
  19. $scale -O -K -Dx18/00+w8/0.5+e+jTC+h+malc >> $ps
  20. $scale -O -K -Dx18/03+w8/0.5+e+jTC+h+ml >> $ps
  21. $scale -O -K -Dx18/05+w8/0.5+e+jTC+h+ma >> $ps
  22. $scale -O -Dx18/08+w8/0.5+e+jTC+h+mc >> $ps
Tip!

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

Comments

Loading...