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_movie_progress.sh 525 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 static "movie"
  6. cat << EOF > map.sh
  7. gmt begin
  8. gmt set GMT_THEME cookbook
  9. gmt basemap -R0/10/0/5 -JX7.6i/3.4i -Bafg -BWSrt+gbeige
  10. gmt end
  11. EOF
  12. gmt movie map.sh -CHD -T50 -Fnone -M10,ps -NGMT_movie_progress -Pa+jTL -Pb+jTC+ap -Pc+ap -Pd+jLM+ap -Pe+ap+jRM -Pf+ap -W/tmp/junk -Z \
  13. -Ls"a)"+jTL+o1.7c/0.5c -Ls"b)"+jTC+o-1.1c/0.5c -Ls"c)"+jTR+o1.7c/0.5c -Ls"d)"+jML+o0.7c/0 -Ls"e)"+jMR+o0.6c/0 -Ls"f)"+jBC+o-8c/0.5c
Tip!

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

Comments

Loading...