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

annotations3.sh 392 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. #
  3. ps=annotations3.ps
  4. basemap="gmt psbasemap -R0/1000/0/1000 -JX2i/2i -B200f100 -BWESN -Bx+lhorizontal -By+lvertical --FONT_ANNOT_PRIMARY=10p --FONT_LABEL=16p"
  5. $basemap --MAP_ANNOT_ORTHO=we -Xf1i -Yf1i -P -K > $ps
  6. $basemap --MAP_ANNOT_ORTHO=sn -Xf4.5i -O -K >> $ps
  7. $basemap --MAP_ANNOT_ORTHO=wesn -Xf1i -Yf4.5i -O -K >> $ps
  8. $basemap --MAP_ANNOT_ORTHO= -Xf4.5i -O >> $ps
Tip!

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

Comments

Loading...