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

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

Comments

Loading...