piever / TableWidgets.jl

Interactive widgets to work with tabular data in Julia
Other
9 stars 2 forks source link

rangeselector doesn't deal with NaN values #30

Open DarioSarra opened 5 years ago

DarioSarra commented 5 years ago

Minimal example

x = rand(100)
y = repeat(vcat(rand(99),[NaN]))
rangeselector(x)
rangeselector(y)