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

hypsocdf.sh 250 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. gmt begin hypsocdf ps
  2. gmt grdhisteq @earth_relief_30m -C11 -D -Fcdf.txt > levels
  3. gmt plot cdf.txt -R-10000/6000/0/1.1 -JX18c -Bxaf+l"Depth" -Byafg+lCDF -BWSrt -W1p
  4. awk '{printf "> \n%s 0\n%s 1.1\n", $1, $1}' levels | gmt plot -W0.5p
  5. gmt end show
Tip!

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

Comments

Loading...