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_vertscale.sh 283 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. #!/usr/bin/env bash
  2. gmt begin GMT_vertscale
  3. gmt set GMT_THEME cookbook
  4. gmt math -T-8/6/0.01 -N3/0 -C2 T 3 DIV 2 POW NEG EXP T PI 2 MUL MUL COS MUL 50 MUL = t.txt
  5. gmt wiggle -R-10/10/-3/3 -JM6i -B -Z100i -DjRM+w100+lnT t.txt -Tfaint -W1p -BWSne --MAP_FRAME_TYPE=plain
  6. gmt end show
Tip!

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

Comments

Loading...