Rocket Plots Class#
- class rocketpy.plots.rocket_plots._RocketPlots[source]#
Class that holds plot methods for Rocket class.
- Variables:
_RocketPlots.rocket (
Rocket) – Rocket object that will be used for the plots.
- __init__(rocket)[source]#
Initializes _RocketPlots class.
- Parameters:
rocket (
Rocket) – Instance of the Rocket class- Return type:
None
- power_off_drag()[source]#
Plots power off drag of the rocket as a function of time.
- Return type:
None