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

ErrorEllipseCart.sh 330 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # Test clipping of Cartesian -Se ellipses across periodic boundaries
  3. ps=ErrorEllipseCart.ps
  4. gmt psxy -Baf -B+t"Red ellipse should repeat at west boundary" -R-280/80/-70/70 -JM6i -P -K -W3p,blue -Gred -Sei <<END > $ps
  5. 50 0 30 3 1.5
  6. END
  7. gmt psxy -R -J -O -W2p,white -Ggreen -Sei <<END >> $ps
  8. 50 0 120 1 0.5
  9. END
Tip!

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

Comments

Loading...