-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
data missing when multiple parcoords traces #3361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Likely related to #2159. |
This is the result of this commit: e6fcbf5 |
Also mentioned here in the forum https://community.plot.ly/t/subplots-with-parallel-coordinates-not-showing-second-subplot/35239/2 |
Hi, I think the bug is not related to the constraints on the graph. I had the same issue with the stackoverflow post. With multiple subplots, only the first graph would show up... |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
Originally reported in plotly/plotly.py#1372
When multiple
parcoords
traces are placed in the same figure, the data lines only show up for the first trace. Subsequent traces display their axes, but no data lines.CodePen: https://codepen.io/jonmmease/pen/xmqqJP
Code:
This worked fine in 1.31.0, seems to have broken in 1.32.0, and remains broken in 1.33.0.
The text was updated successfully, but these errors were encountered: