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

legend_font.sh 286 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. #!/usr/bin/env bash
  2. gmt begin legend_font ps
  3. cat <<-EOF > t.txt
  4. H 48p,Helvetica-Bold Bold Header
  5. S - - - - thin - Regular text
  6. L 18p,Times-Roman R Times Label
  7. EOF
  8. gmt legend -JX5i -R0/5/0/5 -DjCM+o0.5c -Fi+gwhite+pthick -S1.3 --FONT_ANNOT_PRIMARY=32p,Helvetica t.txt
  9. gmt end show
Tip!

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

Comments

Loading...