fastga_he.gui.analysis_and_plots module
- fastga_he.gui.analysis_and_plots.aircraft_geometry_plot(aircraft_file_path: str, name='', fig=None, plot_nacelle: bool = True, file_formatter=None) FigureWidget[source]
Returns a figure plot of the top view of the wing. Different designs can be superposed by providing an existing fig. Each design can be provided a name.
- Parameters:
aircraft_file_path – path of data file
name – name to give to the trace added to the figure
fig – existing figure to which add the plot
plot_nacelle – boolean to turn on or off the plotting of the nacelles
file_formatter – the formatter that defines the format of data file. If not provided,
default format will be assumed. :return: wing plot figure.