Is it possible to have the box select button from the modebar to be selected by default?
Thanks.
Is it possible to have the box select button from the modebar to be selected by default?
Thanks.
Hi @dataturnsmeon
You can set any of the buttons from the Modebar to be selected by default by using the dragmode
property.
fig.update_layout(dragmode='select')
Wow so easy, thanks @atharvakatre : )