-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
enable plotly express figure composition #2647
Comments
Just spent half an hour looking for a solution to this. Any progress made this week? I need to make some 2x2 subplots with different Y axes. Compose would be very helpful! |
This would be a necessary feature, already strongly suggested by the community. The solutions so far are either not native Plotly or depreciates the PX design, for example, by taking only the trace, and leaving the layout out. See: plotly/plotly_express#83 (comment) |
If anyone wants to take this on, I'd be happy to review the code :) It's not on our short-term roadmap at the moment, despite how useful it would be! |
Hmm this last one is kind of funny... What's happening here is that both the traces you're extracting with If you run |
Any updates here?. |
I am also hoping for this functionality. |
Please add this! I would also add some bugs to the bucket if needed. Where can I donate? |
Just pinging this. Would be helpful. |
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for a while, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Alternatively, if it's a request for tech support, please post in our community forum. Thank you - @gvwilson |
As far as I know there is still now way to make a composition of multiple figures created with Plotly Express. So yes, still an issue. |
|
It would be really nice to be able to take two figures created with Plotly Express (or really anything else) and "glue them together" side by side or one above the other, something like
fig3 = compose([fig1, fig2, fig3], orientation="h")
or something even more powerful.I love how ggplot patchwork https://github.com/thomasp85/patchwork and Altair https://altair-viz.github.io/user_guide/compound_charts.html do this!
See also Overlaying: #2648
The text was updated successfully, but these errors were encountered: