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

gaps_time.sh 315 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. #!/usr/bin/env bash
  2. # Test gmt psxy plotting with gaps
  3. ps=gaps_time.ps
  4. gmt set IO_NAN_RECORDS pass TIME_UNIT y TIME_EPOCH 2000-01-01 FORMAT_DATE_MAP mm
  5. gmt math "gtec_tx_daily.nc?time/gtec" -C0 1 MOD = | \
  6. gmt psxy -R2000-01-01T/2001-01-01T/5/65 -gx0.5 -JX6it/3i -W0.5p,blue -P -Bx1O+lMonth -By20f5+lGTEC > $ps
Tip!

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

Comments

Loading...