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

slanted.sh 380 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. # Test slanted Cartesian x-axis annotations
  3. ps=slanted.ps
  4. gmt psbasemap -R2000/2020/35/40 -JX15c/3c -Ba1f+a90 -P -K -Xc -Y3c > $ps
  5. gmt psbasemap -R2000/2020/35/40 -JX15c/3c -Ba1f+a-60 -O -K -Y6.5c >> $ps
  6. gmt psbasemap -R2000/2020/35/40 -JX15c/3c -Ba1f+a45 -O -K -Y6.5c >> $ps
  7. gmt psbasemap -R2000/2020/35/40 -JX15c/3c -Bxa1f+a30 -Bya1f+ap -O -Y6.5c >> $ps
Tip!

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

Comments

Loading...