I need help with reference for layout.sliders[].steps[]

Hi,

I could not find reference for arguments for layout - > sliders -> steps - > args

Last point I could reach in referce is -https://plotly.com/python/reference/#layout-sliders-items-slider-steps-items-step-args.

I am not able to find anything for args.

Could some one help ?

Cheers
Sree

@sree1986nk

Here you can find examples on how to define args to be passed to the functions:

relayout: https://plotly.com/~empet/15608
restyle: https://plotly.com/~empet/15607
update : https://plotly.com/~empet/15605

Thanks to plotly.js team for helping understand how the arg dicts must be defined for each function.

2 Likes