Unfortunately. No.
The range0 is not correctly saved.
The typical sequence.
Load. Check “user choice”, then alternate between the 2 first variables (fossil and Terrestrial_flux).
The console shows that the range0 changes each times.
Don’t understand why.
The thing is that the <min, max> bracket is set as 1.2*range0[0] etc. This only works if range0[0] is negative and range0[1] positive. If that’s not the case, then the range is not included in the bracket, and the selection is restricted to the new bracket. Another thing is that the step changes each time, introducing small differences in the values.
should be correct.
But even with this and setting the step to a fix value, there
is a drift I do not understand.
Load the actual notebook, choose the “user choice” then alternate
between first 2 variables. The min, max moves since the range0 is not the
same. This is what puzzles me.
Ok you were ok with your solution. Adopted.
Step parameter needs to be integer I think otherwise there is a unexpected drift.