NoseCone Plots Class#

class rocketpy.plots.aero_surface_plots._NoseConePlots[source]#

Class that contains all nosecone plots. This class inherits from the _AeroSurfacePlots class.

draw(*, filename=None)[source]#

Draw the nosecone shape along with some important information, including the center line and the center of pressure position.

Parameters:

filename (str | None, optional) – The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp (these are the formats supported by matplotlib).

Return type:

None