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

varbins.sh 585 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 pshistogram with monthly (variable) bins
  3. ps=varbins.ps
  4. gmt set FORMAT_TIME_PRIMARY_MAP Abbrev FORMAT_DATE_MAP "o"
  5. gmt pshistogram -R2017-01-01T/2018-01-01T/0/1.1e6 -JX6iT/4i -Z0+w @HI_arrivals_2017.txt \
  6. -T2017T/2018T/1o -Gyellow -W1p -BWSne+t"Hawaii 2017 Monthly Visitor Arrivals" -P -K -Bxa1Og1o -Byaf -X1.25i > $ps
  7. gmt set FORMAT_TIME_PRIMARY_MAP Abbrev
  8. gmt pshistogram -R2017-01-01T/2018-01-01T/0/4e6 -JX6iT/4i -Z0+w @HI_arrivals_2017.txt \
  9. -T2017T/2018T/3o -Gorange -W1p -BWSne+t"Hawaii 2017 Quarterly Visitor Arrivals" -O -Bxa3Og3o -Byaf -Y5i >> $ps
Tip!

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

Comments

Loading...