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

antwrap.sh 276 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 plotting of Antarctica polygon in different projections.
  3. ps=antwrap.ps
  4. gmt psxy -R110/-79/-55/0r -JN6i -Gred -Bafg GSHHS_l_Antarctica.txt -P -K > $ps
  5. gmt psxy -R0/360/-90/-55 -JA0/-90/5i -O -Gred GSHHS_l_Antarctica.txt -Bafg -X0.5i -Y4.25i >> $ps
Tip!

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

Comments

Loading...