I am fairly new to the world of Plotly, and I have been playing around with the example script provided by plotly here: https://plotly.com/python/sliders/. However I quickly came across some studs I don’t understand.
I can not figure out how to customize simple things as changing the “step” annotation on the slider. Can I change it to show just the steps without the text?
How would I go about having the user select one value in the slider that actually corresponds to another value in the expression in drawing the trace? Can it be done with condlist and choicelist? Or can I set steps = somethingelse in the slider dict?