orbital.plotting

plotting module for orbital

This implementation was inspired by poliastro (c) 2012 Juan Luis Cano (BSD License)

orbital.plotting.plot2d(orbit, title='', maneuver=None, animate=False, speedup=5000)

Convenience function to 2D plot orbit in a new figure.

orbital.plotting.plot3d(orbit, title='', maneuver=None, animate=False, speedup=5000)

Convenience function to 3D plot orbit in a new figure.

orbital.plotting.plot(orbit, title='', maneuver=None, animate=False, speedup=5000)

Convenience function to 2D plot orbit in a new figure.

class orbital.plotting.Plotter2D(axes=None, num_points=100)

2D Plotter

Handles still and animated plots of an orbit.

class orbital.plotting.Plotter3D(axes=None, num_points=100)

3D Plotter

Handles still and animated plots of an orbit.