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

ellipses.sh 408 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. #
  3. # Tests gmt project to make Cartesian or geographic ellipses.
  4. # Cartesian case expects direction while geographic expects azimuth
  5. # This matches the expectations in psxy
  6. gmt begin ellipses ps
  7. gmt project -N -Z4/3/0+e -G0.1 -C2/1 | gmt plot -R-2/5/-2/5 -Jx1.5c -Bafg1 -W1p -Glightgray
  8. gmt project -Z400/300/0+e -G10 -C2/1 | gmt plot -Jm1.5c -Bafg1 -W1p -Glightgray -Y13c
  9. gmt end show
Tip!

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

Comments

Loading...