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

flip.sh 443 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. # Test -A with log axis
  3. ps=flip.ps
  4. gmt makecpt -Cturbo -T0/5000 > color.cpt
  5. gmt pshistogram -R0/5000/0.01/16 -JX16c/10cl -P @bin_data_hist.b -bi1f -Z1 -Ccolor.cpt -F -K -T50 -Wfaint -Bxafg+u" m" -Byafg+l"Frequency (\045)" -BWSne -Xc > $ps
  6. gmt makecpt -Chot -T0/1 -Q > color.cpt
  7. gmt pshistogram -R -J -O @bin_data_hist.b -bi1f -Z1 -Ccolor.cpt+b -F -T50 -Wfaint -Bxafg+u" m" -Byafg+l"Frequency (\045)" -BWSne -A -Y13c >> $ps
Tip!

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

Comments

Loading...