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

insetlegend.sh 494 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # Test that the auto-legend works in a map inset
  3. gmt begin insetlegend ps
  4. gmt psbasemap -R0/7/3/7 -Jx1i -B0 -B+t"Inset with plot and legend" -Xc
  5. gmt inset begin -DjTR+w3.8i/2.5i+o0.1i -M1c -F+p1p,red
  6. gmt plot -R0/7/3/7 -B @Table_5_11.txt -Sc0.15i -Glightgreen -Wfaint -lApples+HLEGEND+f16p+D+jTL+s0.5+glightblue+p2p+o0.3c
  7. gmt plot @Table_5_11.txt -W1.5p,gray -l"My Lines"+S1c
  8. gmt plot @Table_5_11.txt -St0.15i -Gorange -lOranges
  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...