[BUG] scrolling to increase negative y-shift #301
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current behavior
I tried to shift data to lower y-values via the Shift + Scale window by hovering the cursor over the (global) y-input and scrolling down. The value initially is 0 and upon the first scrolling-tick are set to (positive) 1e-5 and then get smaller (log scale?), but remain positive.
Manually overwriting the initial value with -1 and then scrolling down gives after the first scrolling-tick a value of -9.770e-1 and then - while keeping the negative sign - decreases the absolute value; effectively increasing the y-shift.
Version
2024-11-14
Expected behavior
shift to lower values when scrolling down, optionally passing through zero in linear steps if the y-axis is set to a linear scale
Steps to reproduce
No response
Log messages
No response
Anything else?
I didn't try what happens in other combinations of initial value and scrolling or if this is also an issue for scaling rather than shifting