-
-
Notifications
You must be signed in to change notification settings - Fork 214
Labels
Monte CarloMonte Carlo and related contentsMonte Carlo and related contentsOutputsDedicated to visualizations enhancements like prints and plotsDedicated to visualizations enhancements like prints and plots
Description
Is your feature request related to a problem? Please describe.
The histograms generated by by MonteCarlo simulations (e.g. monte_carlo_simulation.plots.all()) cannot be saved because the function is missing a save boolean (like the ellipses function already has, e.g. monte_carlo_simulation.plots.ellipses(save=True)).
Describe the solution you'd like
Add save functionality to _MonteCarloPlots.all
Additional context
Other plots in RocketPy, e.g. _FlightPlots.linear_kinematics_data, have a filename parameter instead of a save boolean. Please consider whether it would make sense to adapt MonteCarlo-related plot functions to allow specifying the filename as well.
Gui-FernandesBR and Copilot
Metadata
Metadata
Assignees
Labels
Monte CarloMonte Carlo and related contentsMonte Carlo and related contentsOutputsDedicated to visualizations enhancements like prints and plotsDedicated to visualizations enhancements like prints and plots
Type
Projects
Status
Closed