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

stacklegendmod.sh 481 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
  1. #!/usr/bin/env bash
  2. #
  3. # Testing gmt pslegend absolute offsets in modern mode
  4. cat << EOF > legend.txt
  5. S 0.1i T 0.07i red - 0.3i Ship
  6. S 0.1i c 0.07i blue - 0.3i Satellite
  7. EOF
  8. gmt begin stacklegendmod ps
  9. gmt psbasemap -R1/5/1/5 -JX4i -Bafg1 -Xa1i -Ya1i
  10. gmt pslegend -DjBL+w1.2i+o0.25i -F+gwhite+pthicker legend.txt -Xa1i -Ya1i
  11. gmt psbasemap -R2/6/6/10 -Bafg1 -Xa2i -Ya6i
  12. gmt pslegend -DjBL+w1.2i+o0.25i -F+gwhite+pthicker legend.txt -Xa2i -Ya6i
  13. gmt end show
  14. rm -f legend.txt
Tip!

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

Comments

Loading...