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

placebars.sh 383 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. ps=placebars.ps
  3. gmt makecpt -Crainbow -T0/10 > t.cpt
  4. gmt pscoast -R-180/180/-90/-60 -JS0/-90/4i -Bfg15 -Di -Glightgray -P -K -Xc -Yc --MAP_FRAME_TYPE=plain > $ps
  5. for code in BL BC BR ML MC MR TL TC TR; do
  6. gmt psscale -Ct.cpt -DJ${code}+w1i/0.15i+o0.0i -R -J -O -K -Bx0 -By+l${code} >> $ps
  7. done
  8. gmt psbasemap -R0/4/0/4 -JX4i -B0 -O --MAP_FRAME_PEN=0.25p,- >> $ps
Tip!

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

Comments

Loading...