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

plot_TS.sh 236 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. #
  3. # Plot lines with variable number of NaNs
  4. ps=plot_TS.ps
  5. gmt psxy chkPts_tseries.dat -i0,12 -JX24c/16c -Bxa24f3 -Bya2f1 -BWS -R0/324/12/26 -W1 -K > $ps
  6. gmt psxy chkPts_tseries.dat -i0,11 -JX -R -W1,red -O >> $ps
Tip!

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

Comments

Loading...