Hello,
I am using a slider to update a plot with a callback and I have used title=None so as not to show a title above it.
As I am moving the slider, the slider.value values are showing above it. Is it possible to suppress them?
Thanks
Hello,
I am using a slider to update a plot with a callback and I have used title=None so as not to show a title above it.
As I am moving the slider, the slider.value values are showing above it. Is it possible to suppress them?
Thanks
https://bokeh.pydata.org/en/latest/docs/reference/models/widgets.sliders.html
slider.show_value = False
You can see this attribute in the json prototype in the reference page above.
You can also inspect all (or most?) bokeh objects with the “property_with_values()” method
Le mardi 17 avril 2018 06:56:52 UTC-4, SinniK Al a écrit :
Hello,
I am using a slider to update a plot with a callback and I have used title=None so as not to show a title above it.
As I am moving the slider, the slider.value values are showing above it. Is it possible to suppress them?
Thanks
Thank you for your reply.
Unfortunately, slider.show_value = False still shows the value above the moving part of the slider. Is there a way to show nothing when moving the slider?
Thanks
2018-04-17 19:22 GMT+03:00 Sébastien Roche [email protected]:
https://bokeh.pydata.org/en/latest/docs/reference/models/widgets.sliders.html
slider.show_value = False
You can see this attribute in the json prototype in the reference page above.
You can also inspect all (or most?) bokeh objects with the “property_with_values()” method
Le mardi 17 avril 2018 06:56:52 UTC-4, SinniK Al a écrit :
Hello,
I am using a slider to update a plot with a callback and I have used title=None so as not to show a title above it.
As I am moving the slider, the slider.value values are showing above it. Is it possible to suppress them?
Thanks
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/aad8e885-bbcd-4848-a110-085a4dd04081%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Hi,
The "show_value" property only applies to the fixed div right above the slider. It does not apply to the tooltip that pops up. To disable that, you'd need to set the "tooltips" property to False.
Thanks,
Bryan
On Apr 17, 2018, at 10:47, SinniK Al <[email protected]> wrote:
Thank you for your reply.
Unfortunately, slider.show_value = False still shows the value above the moving part of the slider. Is there a way to show nothing when moving the slider?
Thanks2018-04-17 19:22 GMT+03:00 Sébastien Roche <[email protected]>:
https://bokeh.pydata.org/en/latest/docs/reference/models/widgets.sliders.htmlslider.show_value = False
You can see this attribute in the json prototype in the reference page above.
You can also inspect all (or most?) bokeh objects with the "property_with_values()" methodLe mardi 17 avril 2018 06:56:52 UTC-4, SinniK Al a écrit :
Hello,I am using a slider to update a plot with a callback and I have used title=None so as not to show a title above it.
As I am moving the slider, the slider.value values are showing above it. Is it possible to suppress them?Thanks
--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/aad8e885-bbcd-4848-a110-085a4dd04081%40continuum.io\.For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/CAON2cBY0OMbfmUKaVk1zukoDGQz72xHdKdxarRyLY5kLv6Fw%2Bw%40mail.gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
Wonderful! Thank you very much
2018-04-17 20:54 GMT+03:00 Bryan Van de ven [email protected]:
Hi,
The “show_value” property only applies to the fixed div right above the slider. It does not apply to the tooltip that pops up. To disable that, you’d need to set the “tooltips” property to False.
Thanks,
Bryan
On Apr 17, 2018, at 10:47, SinniK Al [email protected] wrote:
Thank you for your reply.
Unfortunately, slider.show_value = False still shows the value above the moving part of the slider. Is there a way to show nothing when moving the slider?
Thanks
2018-04-17 19:22 GMT+03:00 Sébastien Roche [email protected]:
https://bokeh.pydata.org/en/latest/docs/reference/models/widgets.sliders.html
slider.show_value = False
You can see this attribute in the json prototype in the reference page above.
You can also inspect all (or most?) bokeh objects with the “property_with_values()” method
Le mardi 17 avril 2018 06:56:52 UTC-4, SinniK Al a écrit :
Hello,
I am using a slider to update a plot with a callback and I have used title=None so as not to show a title above it.
As I am moving the slider, the slider.value values are showing above it. Is it possible to suppress them?
Thanks
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/aad8e885-bbcd-4848-a110-085a4dd04081%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/CAON2cBY0OMbfmUKaVk1zukoDGQz72xHdKdxarRyLY5kLv6Fw%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/0C475139-3915-4D4A-BEB6-C1C5ED9FA82C%40anaconda.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.