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

polcontr.sh 323 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. #!/usr/bin/env bash
  2. # Test based on issue # 968. This one uses -JP6i+re and fails.
  3. ps=polcontr.ps
  4. gmt grd2xyz -s @test.dat.nc > t.txt
  5. gmt psxy -R@test.dat.nc -JP6i+fe t.txt -Sc0.05c -By30 -Bx30 -BWSnE -C@test.dat.cpt -K -P > $ps
  6. 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...