Skip to content

ENH: Save _MonteCarloPlots.all plots to disk #847

Description

@nalquas

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Monte CarloMonte Carlo and related contentsOutputsDedicated to visualizations enhancements like prints and plots

Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions