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_API_flow.sh 406 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_API_flow
  3. gmt set GMT_THEME cookbook
  4. gmt text -R-2/3/-1/1 -Jx1i -F+f14p,Helvetica-Bold -Gwhite -W0.5p -N -C50% -X2i << EOF
  5. -2 0 EXTERNAL INTERFACE
  6. 0 0 gmt
  7. 1.27 0 parser
  8. 3.1 0 GMT C/C++ API
  9. EOF
  10. gmt plot -W1p+v0.15i+gblack+h0.5 << EOF
  11. >
  12. -0.8 0
  13. -0.27 0
  14. >
  15. 0.27 0
  16. 0.88 0
  17. >
  18. 1.66 0
  19. 2.30 0
  20. EOF
  21. gmt text -F+f48p,Helvetica,gray -N << EOF
  22. 0.60 0.06 [
  23. 1.97 0.06 ]
  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...