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

curvedmap_caps.sh 509 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. # Testing a S polar cap using -JH for three different central medirian views
  3. # This currently fails so we have a blank page as original
  4. ps=curvedmap_caps.ps
  5. gmt psxy -Rd -JH120E/6i pol_S.txt -Gred -P -K -Y0.75i > $ps
  6. gmt psxy -R -J pol_N.txt -Gblue -B0g60 -O -K >> $ps
  7. gmt psxy -Rd -JH0/6i pol_S.txt -Gred -O -K -Y3.25i >> $ps
  8. gmt psxy -R -J pol_N.txt -Gblue -B0g60 -O -K >> $ps
  9. gmt psxy -Rd -JH120W/6i pol_S.txt -Gred -O -K -Y3.25i >> $ps
  10. gmt psxy -R -J pol_N.txt -Gblue -B0g60 -O >> $ps
Tip!

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

Comments

Loading...