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

autoscale.sh 839 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
  1. #!/usr/bin/env bash
  2. # Test the automatic placement of color bars when selecting a side mid-point
  3. ps=autoscale.ps
  4. gmt makecpt -Cjet -T0/100 > t.cpt
  5. gmt psbasemap -R0/30/0/45 -JM5i -P -Xc -Yc -Baf -Bwsne -K --MAP_FRAME_TYPE=plain > $ps
  6. gmt psscale -R -J -DjBC -Ct.cpt -F+p0.25p,red -Bxaf -By+l"@.C" -O -K >> $ps
  7. gmt psscale -R -J -DJBC -Ct.cpt -F+p0.25p,red -Bxaf -By+l"@.C" -O -K >> $ps
  8. gmt psscale -R -J -DjTC -Ct.cpt -F+p0.25p,red -Bxaf -By+l"@.C" -O -K >> $ps
  9. gmt psscale -R -J -DJTC -Ct.cpt -F+p0.25p,red -Bxaf -By+l"@.C" -O -K >> $ps
  10. gmt psscale -R -J -DjML -Ct.cpt -F+p0.25p,red -Bxaf -By+l"@.C" -O -K >> $ps
  11. gmt psscale -R -J -DJML -Ct.cpt -F+p0.25p,red -Bxaf -By+l"@.C" -O -K >> $ps
  12. gmt psscale -R -J -DjMR -Ct.cpt -F+p0.25p,red -Bxaf -By+l"@.C" -O -K >> $ps
  13. gmt psscale -R -J -DJMR -Ct.cpt -F+p0.25p,red -Bxaf -By+l"@.C" -O >> $ps
Tip!

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

Comments

Loading...