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

twofiglegend.sh 573 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
  1. #!/usr/bin/env bash
  2. # Test that the auto-legend works in a map inset
  3. gmt begin
  4. gmt figure onefiglegend ps
  5. gmt plot -R0/7/3/7 -Jx1i -B @Table_5_11.txt -Sc0.15i -Glightgreen -Wfaint -lApples+HLEGEND+f16p+D
  6. gmt plot @Table_5_11.txt -W1.5p,gray -l"My Lines"
  7. gmt plot @Table_5_11.txt -St0.15i -Gorange -lOranges
  8. gmt figure twofiglegend ps
  9. gmt plot -R0/7/3/7 -Jx1i -B @Table_5_11.txt -Sc0.15i -Glightgreen -Wfaint -lApples+HLEGEND+f16p+D+jTL
  10. gmt plot @Table_5_11.txt -W1.5p,gray -l"My Lines"
  11. gmt plot @Table_5_11.txt -St0.15i -Gred -lRed
  12. gmt end show
Tip!

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

Comments

Loading...