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

annotations4.sh 359 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. #
  3. # Demonstrates that the inside annotations gets clipped by boundary; what should we do here?
  4. ps=annotations4.ps
  5. gmt psbasemap -R-180/180/-90/90 -B60g60 -JX14cd/7cd --MAP_FRAME_TYPE=inside --FONT_ANNOT_PRIMARY=10p -P -K > $ps
  6. gmt psbasemap -R-180/180/-90/90 -B60g60 -JX14cd/7cd --MAP_FRAME_TYPE=plain --FONT_ANNOT_PRIMARY=10p -O >> $ps
Tip!

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

Comments

Loading...