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

cartellipse.sh 514 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. # Test Cartesian plotting of ellipses
  3. gmt begin cartellipse ps
  4. gmt subplot begin 2x2 -Fs7c
  5. echo "0 0 0.1" | gmt plot -JX7c/7c -R-0.1/0.1/-1/1 -SE- -Gred -Wthinner,black -c -BWNrb
  6. echo "0 0 0.1" | gmt plot -JX7c/7c -R-1/1/-1/1 -SE- -Gred -Wthinner,black -c -BlbNE
  7. echo "0 0 0.1" | gmt plot -JX7c/7c -R-1/1/-0.1/0.1 -SE- -Gred -Wthinner,black -c -BWStr
  8. echo "0 -0.1 0.1" | gmt plot -JX7c/7c -R-1/1/-0.1/0.1 -SE- -Gred -Wthinner,black -c -BlStE
  9. gmt subplot end
  10. gmt end show
Tip!

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

Comments

Loading...