Alexander Plavin
Alexander Plavin
I think you are right, and the safest approach is to disallow converting `1..Inf` (closed intervals with Inf) from IntervalSets to IntervalArithmetics – this ensures semantics is preserved as closely...
Updated the PR implementation and tests. Tagging @hyrodium in case he has some comments on the conversion.
Should be ready I guess :) @OlivierHnt
Just got caught by this: was surprised to see that `mouseposition()` doesn't return proper data coordinates for logscale. What's the current recommended way to get actual data-space mouse position?
Agree that easier open markers would be nice! Currently, I use unicode symbols whenever available (◯, □, etc) and it's quite natural. The main issue I noticed is that the...
As noted in the README, `AxisKeys` uses whatever search method your axiskeys arrays provide (as `findfirst` method). Regular arrays do linear search in their `findfirst`, that's why it is slow...
renamed!
any more thoughts on how best to proceed here? I'd be quite happy to stop copy-pasting this every once in a while :)
Makes sense! Added more tests.
> Where is uniqueonly defined? The example does not run for me Sorry, I'm so used to DataManipulation.jl being loaded "almost always", and forgot to check if the code works...