Kaj-Ivar van der Wijst
Kaj-Ivar van der Wijst
This problem becomes even more problematic when using subplots: | Normal | Bug | |-----------|------| ||| ## Code used: ``` fig = make_subplots(1,2) fig.add_scatter(x=[1,2,3], y=[3, 8, 1], row=1, col=1) fig.add_scatter(x=[1,2,3],...
In documentation pages, I believe the content is often "reusable", in the sense that you often move back up and down to check the documentation, without directly wanting to go...
Thanks for the explanation, good to know!