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

rotalign.sh 451 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # GMT_KNOWN_FAILURE
  3. # The failure pointed out in http://gmt.soest.hawaii.edu/boards/1/topics/7776
  4. # The axes labels and annotations are 180 out of phase.
  5. #
  6. ps=rotalign.ps
  7. gmt set MAP_ANNOT_ORTHO ""
  8. gmt psbasemap -R0/5/0/20/0/10 -JX3.5i/5i -JZ3i -Bxa1+l"x-axis" -Bya5+l"y-axis" -Bza2+l"z-axis" -P -K -BEWSNZ -pz60/30 > $ps
  9. gmt psbasemap -R -JX -JZ -Bxa1+l"x-axis" -Bya5+l"y-axis" -Bza2+l"z-axis" -O -BEWSNZ -pz-60/30 -Y4.5i >> $ps
Tip!

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

Comments

Loading...