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

autolegend.sh 339 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. gmt begin autolegend ps
  3. gmt plot -R0/7.2/3/7.2 -Jx1i -B @Table_5_11.txt -Sc0.15i -Glightgreen -Wfaint -lApples+H"LEGEND"+f16p+D
  4. gmt plot @Table_5_11.txt -W1.5p,gray -l"My Lines"
  5. gmt plot @Table_5_11.txt -St0.15i -Gorange -lOranges
  6. echo "L 9p R 2020" | gmt legend -DjTR+w1.5i+o0.1i -F+p1p+gwhite -M
  7. gmt end show
Tip!

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

Comments

Loading...