Which part of the framework is this related to?
馃 FlightDeck
If "Other", please specify:
No response
Describe the new feature
Raw data arrays and JSON dumps are not impressive for a live demo. We need the output of an analysis to look polished, but it must be configurable so it doesn't interrupt headless runs.
This feature should:
- Hook into the
AnalysisResults returned by FlightDeck.
- Automatically generate and print a clean table (or some other relevant visualization) in the terminal summarizing key metrics (e.g., $C_L$, $C_D$, max $L/D$).
- Use
matplotlib or plotly to generate nice pop-up windows with results (like a drag polar graph).
-
Configuration: Expose a CLI flag/configuration option to toggle these pop-up windows on or off, ensuring they do not always pop up when not wanted.
References
Which part of the framework is this related to?
馃 FlightDeck
If "Other", please specify:
No response
Describe the new feature
Raw data arrays and JSON dumps are not impressive for a live demo. We need the output of an analysis to look polished, but it must be configurable so it doesn't interrupt headless runs.
This feature should:
AnalysisResultsreturned byFlightDeck.matplotliborplotlyto generate nice pop-up windows with results (like a drag polar graph).References