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

versclpanel.sh 1012 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
  1. #!/usr/bin/env bash
  2. # Testing vertical psscale panel sizing if -+e +n and reverse scale.
  3. ps=versclpanel.ps
  4. gmt set FONT_ANNOT_PRIMARY 9p,Helvetica,black
  5. gmt makecpt -T-200/1000 -Crainbow > t.cpt
  6. gmt psxy -R0/25/0/30 -Jx1c -P -K -X0 << EOF > $ps
  7. 0 12
  8. 25 12
  9. EOF
  10. gmt psscale -O -K -Ct.cpt -Dx0c/12c+w16c/0.5c+jLM+e+n -Bxaf -By+lkm -F+gwhite+p+i+s -X1.5c >> $ps
  11. gmt psscale -O -K -Ct.cpt -Dx2.5c/12c+w-16c/0.5c+jLM+e+n -Bxaf -By+lkm -F+gwhite+p+i+s >> $ps
  12. gmt psscale -O -K -Ct.cpt -Dx5c/12c+w-16c/0.5c+jLM+ebf -Bxaf -By+lkm -F+gwhite+p+i+s >> $ps
  13. gmt psscale -O -K -Ct.cpt -Dx7.5c/12c+w16c/0.5c+jLM+ebf -Bxaf -By+lkm -F+gwhite+p+i+s >> $ps
  14. gmt psscale -O -K -Ct.cpt -Dx10c/12c+w-16c/0.5c+jLM+eb+n -Bxaf -By+lkm -F+gwhite+p+i+s >> $ps
  15. gmt psscale -O -K -Ct.cpt -Dx12.5c/12c+w-16c/0.5c+jLM+ef+n -Bxaf -By+lkm -F+gwhite+p+i+s >> $ps
  16. gmt psscale -O -K -Ct.cpt -Dx15c/12c+w16c/0.5c+jLM+eb+n -Bxaf -By+lkm -F+gwhite+p+i+s >> $ps
  17. gmt psscale -O -Ct.cpt -Dx17.5c/12c+w16c/0.5c+jLM+ef+n -Bxaf -By+lkm -F+gwhite+p+i+s >> $ps
Tip!

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

Comments

Loading...