Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sim.plot doesn't use input variable list #6

Closed
bdickerson5 opened this issue Mar 24, 2023 · 1 comment
Closed

sim.plot doesn't use input variable list #6

bdickerson5 opened this issue Mar 24, 2023 · 1 comment

Comments

@bdickerson5
Copy link

I'm trying to down-scope the total variables I plot in mc_sim.plot(), because I have a lot of inputs that make the plot un-usable. When adding the value scalarvars to provide this list no change in output occurs. Reading the source code it appears that scalarvars is not actually used. There is an if statement that checks for if None, but the output of that function does not go into the multi_plot function. In multi_plot call of mc_sim.plot it specifies x_vals are pulled from self.list and ignore any potential input from scalarvars.

I would also recommend in fix that scalarvars be a two parts list [[plot_invars], [plot_outvars]]. THus allowing user to downselect either category independently.

@scottshambaugh
Copy link
Owner

scottshambaugh commented Apr 23, 2023

Thank you for finding this bug! This has been fixed in version 0.10.0 which I just released, please let me know if you run into any other issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants