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

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

Comments

Loading...