Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

snakes.sh 488 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. # Address issue https://github.com/GenericMappingTools/gmt/issues/4082
  3. gmt math -T0/2pi/361+n T 2 MUL COS 0.9 MUL = t.txt
  4. gmt begin snakes ps
  5. gmt subplot begin 4x1 -Fs17c/5c -M12p -A -R-pi6/13pi6/-1/1.5 -Scb -Srl -Bxapif -Byaf -Bwsrt
  6. gmt plot -W6p,sienna+v2.2c+gdarkgreen+h1 t.txt
  7. gmt plot -W6p,sienna+v2.2c+gdarkgreen+h1+p t.txt -c
  8. gmt plot -W6p,sienna+v2.2c+gdarkgreen+h1+p0.25p t.txt -c
  9. gmt plot -W6p,sienna+v2.2c+h1 t.txt -c
  10. gmt subplot end
  11. gmt end show
Tip!

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

Comments

Loading...