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_autolegend.sh 270 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. #!/usr/bin/env bash
  2. gmt begin GMT_autolegend
  3. gmt plot -R0/7.2/3/7.2 -Jx2c @Table_5_11.txt -Sc0.35c -Glightgreen -Wfaint -lApples+H"LEGEND"+f16p+D
  4. gmt plot @Table_5_11.txt -St0.35c -Gorange -B -BWStr -lOranges
  5. gmt legend -DjTR+w3c+o0.25c -F+p1p+ggray95+s
  6. gmt end show
Tip!

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

Comments

Loading...