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_inset.sh 411 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. # Testing gmt legend capabilities for tables with colors
  4. gmt begin GMT_inset
  5. # Bottom map of Australia
  6. gmt coast -R110E/170E/44S/9S -JM6i -B -BWSne -Wfaint -N2/1p -EAU+gbisque -Gbrown -Sazure1 -Da -Xc --FORMAT_GEO_MAP=dddF
  7. gmt inset begin -DjTR+w1.5i+o0.15i -F+gwhite+p1p+s -M0.05i
  8. gmt coast -Rg -JG120/30S/1.4i -Da -Gbrown -A5000 -Bg -Wfaint -EAU+gbisque
  9. gmt inset end
  10. gmt end show
Tip!

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

Comments

Loading...