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

sublegend.sh 611 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 subplots
  3. gmt begin sublegend ps
  4. gmt subplot begin 2x1 -Fs7i/3i -T"Subplots with legends" -X0.7i
  5. gmt plot -R0/7/3/7 @Table_5_11.txt -Sc0.15i -Glightgreen -Wfaint -lApples+HLEGEND+f16p+D -c0
  6. gmt plot @Table_5_11.txt -W1.5p,gray -l"My Lines"+S0.2i
  7. gmt plot @Table_5_11.txt -St0.15i -Gorange -lOranges
  8. gmt plot -R0/7/3/7 @Table_5_11.txt -Sc0.15i -Glightgreen -Wfaint -lApples+HLEGEND+f16p+D+jTL -c1
  9. gmt plot @Table_5_11.txt -W1.5p,gray -l"My Lines"+S0.2i
  10. gmt plot @Table_5_11.txt -St0.15i -Gred -lRed
  11. gmt subplot end
  12. gmt end show
Tip!

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

Comments

Loading...