How to get axis range for a generated figure?

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.

1 Like

ok, thanks Aimped

1 Like