ssapy_toolkit.plots.transfer_burn_profile_plot
- ssapy_toolkit.plots.transfer_burn_profile_plot(result, title=None, save_path=None)[source]
Plot acceleration-vs-time and cumulative delta-v for all burns.
- Parameters:
result (TransferResult or OptimalTransferResult)
title (str, optional)
save_path (str, optional) – If given, save via
ssapy_toolkit.plots.yufigand close; otherwise the figure is returned.