-
-
Notifications
You must be signed in to change notification settings - Fork 208
Closed
Labels
EnhancementNew feature or request, including adjustments in current codesNew feature or request, including adjustments in current codesOutputsDedicated to visualizations enhancements like prints and plotsDedicated to visualizations enhancements like prints and plots
Milestone
Description
Is your feature request related to a problem? Please describe.
All matplotlib plots generated by RocketPy (for example via Rocket.draw or flight.all_info) are shown using matplotlib's show function. This does not really allow for automatic export of these plots (as is the case when not using Jupyter Notebook).
Describe the solution you'd like
Add a parameter to the info functions (and other plot-generating functions) for selecting between immediately showing the plot and saving the plot to a file. Internally, this can be done using matplotlib's savefig function.
Gui-FernandesBR
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or request, including adjustments in current codesNew feature or request, including adjustments in current codesOutputsDedicated to visualizations enhancements like prints and plotsDedicated to visualizations enhancements like prints and plots
Type
Projects
Status
Closed