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_bezier.sh 282 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
  1. #!/usr/bin/env bash
  2. cat << EOF > line.txt
  3. 0 0
  4. 1 1
  5. 2 0.5
  6. 4 2
  7. 2 1.5
  8. EOF
  9. gmt begin GMT_bezier
  10. gmt plot line.txt -R-0.25/4.25/-0.2/2.2 -JX3i/1.25i -W2p
  11. gmt plot line.txt -Sc0.1i -Gred -Wfaint
  12. gmt plot line.txt -W2p+s -X3i
  13. gmt plot line.txt -Sc0.1i -Gred -Wfaint
  14. gmt end show
Tip!

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

Comments

Loading...