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

nojump.sh 515 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. #!/usr/bin/env bash
  2. # GMT_KNOWN_FAILURE
  3. # Added after issue #672 which exposed a map jump that should not happen
  4. # Fixed in r14052 but we keep this test in case it resurfaces
  5. # Well, bottom panel plots the wrong closed polygon
  6. ps=nojump.ps
  7. cat << EOF > t.txt
  8. 115 -20
  9. 115 15
  10. 195 15
  11. 195 -20
  12. 115 -20
  13. EOF
  14. gmt psxy -R110/215/-27/20 -JM6i t.txt -Wfat,green -Baf -BWSne -A -P -K -Xc > $ps
  15. gmt psxy -R -J t.txt -Wfat,green -Baf -BWSne -Ap -O -K -Y3.15i >> $ps
  16. gmt psxy -R -J t.txt -Wfat,green -Baf -BWSne -O -Y3.15i >> $ps
Tip!

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

Comments

Loading...