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
Hi, I think I found a bug regarding the use of PlutoUI.jl together with Unitful.jl. Basically, Slider changes some values unexpectedly when given Unitful ranges.
A working example would be:
beginusing Unitful
@bind T Slider((1000:6000)u"K", show_value=true)
end
The text was updated successfully, but these errors were encountered:
Hi, I think I found a bug regarding the use of PlutoUI.jl together with Unitful.jl. Basically,
Slider
changes some values unexpectedly when given Unitful ranges.A working example would be:
The text was updated successfully, but these errors were encountered: