Module orbdetpy.plotting.simulation
Functions
def plot(sim_data, interactive: bool = False, output_file_path: str = None)
-
Plot simulated orbital elements, angular momenta, and specific energy.
Parameters
sim_data : Return value from propagate_orbits(). interactive : Show interactive plots if True. output_file_path : File path and name prefixes if plots are to be saved.
Returns
List of plot files if they were saved to disk.