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

scales.sh 260 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
  1. #!/usr/bin/env bash
  2. # Test horizontal and vertical Cartesian scales in basemap
  3. ps=scales.ps
  4. gmt psbasemap -R10000/30000/5000/6000 -JX6i/9i -Baf -LjCB+w4000+lfurlong+o0/0.5i -P -K -Xc --FORMAT_FLOAT_MAP="%'g" > $ps
  5. gmt psbasemap -R -J -O -LjLM+w200+ls+v >> $ps
Tip!

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

Comments

Loading...