Hi
I used to use below to get the axis range. is there other way since full_figure_for_development() is not working for me now in windows 11?
Thanks
full_fig=fig.full_figure_for_development()
yrange=full_fig.layout.yaxis1.range
Hi
I used to use below to get the axis range. is there other way since full_figure_for_development() is not working for me now in windows 11?
Thanks
full_fig=fig.full_figure_for_development()
yrange=full_fig.layout.yaxis1.range
Hey @roudan, I donβt know how to do that in βpure plotlyβ. In dash you could use a clientside callback.
ok, thanks Aimped