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

movie_indicator_f_ver.sh 692 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
  1. #!/usr/bin/env bash
  2. #
  3. # Makes a plot of progress indicator f in vertical setting with different lengths
  4. #
  5. # Make dummy map script for blank "movie"
  6. ps=movie_indicator_f_ver.ps
  7. cat << EOF > map.sh
  8. gmt begin
  9. gmt plot -R0/9.2/0/5 -Jx1i -T -X0.2i -Y0.2i -B0
  10. gmt end
  11. EOF
  12. gmt movie map.sh -CHD -T1850/2010/5 -Fnone -M10,ps -Nmovie_indicator_f_ver -Pf+ap+jML+o0.2i/0 -Pf+w4.5i+af+jML+o0.7i/0 -Pf+w4i+ae+s60+jML+o1.2i/0 -Pf+w4i+ac0+jML+o1.7i/0 -Pf+w2.5i+ac0+jML+o2.2i/0 \
  13. -Pf+w2i+ac0+jML+o2.7i/0 -Pf+w1.5i+ac0+jML+o3.2i/0 -Pf+ap+jMR+o0.2i/0 -Pf+w4.5i+af+jMR+o0.7i/0 -Pf+w4i+ae+s60+jMR+o1.2i/0 -Pf+w4i+ac0+jMR+o1.7i/0 -Pf+w2.5i+ac0+jMR+o2.2i/0 \
  14. -Pf+w2i+ac0+jMR+o2.7i/0 -Pf+w1.5i+ac0+jMR+o3.2i/0
Tip!

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

Comments

Loading...