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

polcont.sh 354 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 based on issue # 968. This one uses -JP6i and works
  3. # polcontr.sh uses -JP6i+t and failed.
  4. ps=polcont.ps
  5. gmt grd2xyz -s @test.dat.nc > t.txt
  6. gmt psxy -R@test.dat.nc -JP6i t.txt -Sc0.05c -By30 -Bx30 -BWSnE -C@test.dat.cpt -K -P > $ps
  7. gmt grdcontour @test.dat.nc -J -C@test.dat.cpt -An -W1p+cl -By30 -Bx30 -BWSnE -O -Y4i >> $ps
Tip!

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

Comments

Loading...