boinor.plotting.gabbard ======================= .. py:module:: boinor.plotting.gabbard .. autoapi-nested-parse:: Module of sub-package plotting related to creation of Gabbard diagrams Gabbard diagrams are developed by John Gabbard to analyze and diagnose satellite breakups. The plots contain orbital period of each debris object on x-axis and perigee/apogee on y-axis. Classes ------- .. autoapisummary:: boinor.plotting.gabbard.GabbardPlotter Module Contents --------------- .. py:class:: GabbardPlotter(ax=None, dark=False, altitude_unit=u.km, period_unit=u.min) GabbardPlotter class. .. py:method:: plot_orbits(orbits, label='') Plot with given list of Orbits