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_cycle_2.sh 361 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. # Demonstration of -w through a series of cycle plots
  3. # This one shows how to wrap yearly and show data on a normalized year
  4. gmt begin GMT_cycle_2
  5. gmt set GMT_THEME cookbook
  6. gmt plot @mississippi.txt -R0/1/0/50 -JX15c/7c -W0.25p,red -Bxaf -Byaf+l"10@+3@+ m@+3@+/s" -BWSrt+t"Mississippi river annual discharge" -i0,1+s1e-3 -wy
  7. gmt end show
Tip!

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

Comments

Loading...