You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we get an error indicating our dataset cannot be displayed: "Expected domain compatible with log scale". This is expected behaviour, as the logarithm and square root of a negative number are undefined (at least in the real number space). However, the dropdown selector that is needed to revert to the linear scale is gone. The only way I found to get the linear scale back is to open another dataset that contains positive values.
Expected behaviour
Keep displaying the scale selector even if a dataset contains unsupported data.
Describe the bug
After switching to "Log" or "Square root" scale on an unsupported dataset, the scale selector disappears, making it impossible to reset the scale.
To Reproduce
Example Python code:
Expected behaviour
Keep displaying the scale selector even if a dataset contains unsupported data.
Context
The text was updated successfully, but these errors were encountered: