The plot I get won’t show the rectangle on screen (I have to scroll to see it). When I do something like add_scatter, no matter what I draw, the axes are adjusted to show me all data on screen. Is there anyway to make sure add_shape adjusts axes? Should I be using something other than add shape? Thanks!
The problem with that for me is that if I have something else plotted too, I don’t want to make the ranges smaller and unshow those things. Is there a way to tell a figure to get “at least this big” to make sure the rect is always shown without potentially making the ranges smaller?
Sure, but say I don’t know what ranges to set? I’d like plotly to be able to figure this out by “zooming out” enough to show all the data points I plot.