Kaj-Ivar van der Wijst

Results 2 comments of Kaj-Ivar van der Wijst

This problem becomes even more problematic when using subplots: | Normal | Bug | |-----------|------| |![image](https://user-images.githubusercontent.com/863938/151188362-a2c4a98f-52b0-4add-9a99-a6629c9eb820.png)|![image](https://user-images.githubusercontent.com/863938/151188437-62b62bc5-6504-4689-936f-441dd49387aa.png)| ## 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...