EllipticalFins Plots Class#
- class rocketpy.plots.aero_surface_plots._EllipticalFinsPlots[source]#
Class that contains all elliptical fin plots.
- draw(*, filename=None)[source]#
Draw the fin shape along with some important information. These being: 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