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_pstext_clearance.sh 423 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
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  1. #!/usr/bin/env bash
  2. gmt begin GMT_pstext_clearance
  3. gmt set GMT_THEME cookbook
  4. gmt text -R0/3/-0.1/1.5 -Jx1i -C0.2i+tO -Wthick -F+f36p,Helvetica-Bold << EOF
  5. 1.5 0.5 My Text
  6. EOF
  7. gmt text -C0 -Wthin,- -F+f36p,Helvetica-Bold << EOF
  8. 1.5 0.5 My Text
  9. EOF
  10. gmt text -F+f9p+j << EOF
  11. 2.00 0.80 LM dy
  12. 2.52 0.65 CB dx
  13. 0.56 0.75 LB r
  14. EOF
  15. gmt plot << EOF
  16. >
  17. 1.95 0.69
  18. 1.95 0.89
  19. >
  20. 2.42 0.60
  21. 2.62 0.60
  22. >
  23. 0.59 0.69
  24. 0.46 0.82
  25. EOF
  26. gmt end show
Tip!

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

Comments

Loading...