ipywidgets
ipywidgets copied to clipboard
Add a log range slider widget
The widget list currently contains:
FloatSlider: floating-point value linear sliderFloatLogSlider: floating-point value log sliderFloatRangeSlider: floating-point range linear slider
Problem is, there is no widget that makes it possible to select a range of floating point values on a log scale, i.e. there is no FloatRangeLogSlider.
It would be nice to have that. So far I have come across at least two use cases in my project:
- Selecting a frequency range on the audible spectrum (20 Hz to 20 kHz).
- Selecting a price range where the list of prices range from $50 to $5,000+.
I would also need this feature for my project.
Same, that would be great!
I would also need this feature, would be great ! Any update ?
Any update?