-
Notifications
You must be signed in to change notification settings - Fork 15
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
GUI: update interval fails for "with add" #99
Comments
One part of the issue seems to come from that fact that adding |
The relevant code is here: isaac/client/js/isaac/interface/visualisation.js Lines 363 to 374 in 8cf6133
|
I tested isaac using the default KHI example (with gamma=3).
In order to plot the particle momentum according to the min max range, I used the "With add" option to automatically optimize the range. However, the new range did not stick to the plotable range of [0-1] but went outside the plotable range. There seems to be an issue with this new range. I will provide screen shots below.
The text was updated successfully, but these errors were encountered: