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_de.sh 554 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
  1. #!/usr/bin/env bash
  2. #
  3. # Makes a plot of the six movie progress indicators available
  4. #
  5. # Make dummy map script for blank "movie"
  6. ps=movie_indicator_de.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_de -Pe+w8i+ap+jTC+o0/0.2i -Pe+af+jTC+o0/0.7i -Pe+w5i+ae+s60+jTC+o0/1.2i -Pe+w4i+ac0+jTC+o0/1.7i -Pe+w3i+ac0+jTC+o0/2.2i \
  13. -Pd+w2i+ac0+jTC+o0/2.7i -Pd+w3i+ac0+jTC+o0/3.2i -Pd+w5i+ae+s60+jTC+o0/3.7i -Pd+af+jTC+o0/4.2i -Pd+w8i+ap+jTC+o0/4.7i
Tip!

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

Comments

Loading...