Tank Plots Class#

class rocketpy.plots.tank_plots._TankPlots[source]#

Class that holds plot methods for Tank class.

Variables:

_TankPlots.tank (Tank) – Tank object that will be used for the plots.

__init__(tank)[source]#

Initializes _MotorClass class.

Parameters:

tank (Tank) – Instance of the Tank class

Return type:

None

all()[source]#

Prints out all graphs available about the Tank. It simply calls all the other plotter methods in this class.

Return type:

None