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

GMT_-B_geo_2.sh 946 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  1. #!/bin/bash
  2. # $Id$
  3. #
  4. . ./functions.sh
  5. gmtset FORMAT_GEO_MAP ddd:mm:ssF FONT_ANNOT_PRIMARY +9p
  6. psbasemap -R-2/1/0/0.35 -JM4i -Bpa15mf5mg5mwSe -Bs1f30mg15m -K -P --MAP_FRAME_TYPE=fancy+ \
  7. --MAP_GRID_PEN_PRIMARY=thinnest,black,. --MAP_GRID_CROSS_SIZE_SECONDARY=0.1i \
  8. --MAP_FRAME_WIDTH=0.075i --MAP_TICK_LENGTH_PRIMARY=0.1i > GMT_-B_geo_2.ps
  9. psxy -R -J -O -K -Sv0.03i+b+e+jc -W0.5p -Gblack -Y-0.5i -N << EOF >> GMT_-B_geo_2.ps
  10. -1.875 0 0 0.33333
  11. -0.45833 0 0 0.11111
  12. 0.541666 0 0 0.11111
  13. EOF
  14. pstext -R -J -O -K -N -F+f+j << EOF >> GMT_-B_geo_2.ps
  15. -2.1 0.025 10p RM P:
  16. -1.875 0.05 6p CB annotation
  17. -0.45833 0.05 6p CB frame
  18. 0.541666 0.05 6p CB grid
  19. EOF
  20. psxy -R -J -O -K -Sv0.03i+b+e+jc -W0.5p -Gblack -Y-0.225i -N << EOF >> GMT_-B_geo_2.ps
  21. -1.5 0 0 1.33333
  22. -0.25 0 0 0.66666
  23. 0.625 0 0 0.33333
  24. EOF
  25. pstext -R -J -O -N -F+f+j << EOF >> GMT_-B_geo_2.ps
  26. -2.1 0.025 10p RM S:
  27. -1.5 0.05 9p CB annotation
  28. -0.25 0.05 9p CB frame
  29. 0.625 0.05 9p CB grid
  30. EOF
Tip!

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

Comments

Loading...