make_orbit¶
-
Astronomy.orbits3D.
make_orbit
(ax, radius, long_asc_node, inclination, npts, line_format)¶ Draw a full circle around the origin
:param radius : radius of the arc :type radius : float
:param inclination : tilt of the arc’s plane (deg) :type inclination : float
:param npts : number of points :type npts : int
:param line_format : standard matplotlib symbol code, like “k-” :type line_format : str