orbits

orbits(xyz::Matrix{<:Real}; first=true, radius=6371.007, height=0, lon0=0, lat0=0, show=false, kw...)

Plots the orbit, or whatever the input data in xyz represents, about the Earth or other planetary bodies.

Examples

Plot the demo spiral.

using GMT
orbits(show=true)

See Also

coast, [plot3]