Closed
Description
This is a pretty problematic case for Plotly.py: https://codepen.io/nicolaskruchten/pen/ExaOMRr?editable=true
In this case, all axes have matches
set to the first axis (x
or y
) but those axes have no traces, so no information is being shared among the axes that do have traces.
I'd be tempted to call this a bug... thoughts @alexcjohnson @archmoj ?
This is a problem for Plotly.py because make_subplots
creates subplots and sets matches
before knowing which subplots have traces.