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

"Sticky" reportingfunction x/y axis scales #153

Open
mas985 opened this issue Dec 20, 2023 · 2 comments
Open

"Sticky" reportingfunction x/y axis scales #153

mas985 opened this issue Dec 20, 2023 · 2 comments

Comments

@mas985
Copy link

mas985 commented Dec 20, 2023

While the simulation is running, reportingFunction is updated and with each update, the graph is rescaled based upon the entire dataset. The problem with this is when using probes, the first couple of iterations can sometimes have erroneous values that are way outside the scope of actual valves. This can make the graphs unreadable. I can change the scale of the graph but it is erased with the next iteration. If there was a way to keep the manual setting of the graph max/min for the next iteration, that would solve this issue.

@oliveroxtoby
Copy link
Collaborator

Thank you. I've started having a look at this but it's a bit more tricky than I'd hoped. Hopefully get it sorted some time soon, time permitting.

@mas985
Copy link
Author

mas985 commented Jan 9, 2024

Thanks!

If it makes it any easier, you could just skip the first couple of iterations when determining the autoscale as that is where the large deviations occur due to initial convergence.

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