-
-
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
PX figure overlay / layering #2648
Comments
|
As there are many many possibilities: for the first iteration we try this perhaps:
|
Detecting the top and right titles is a bit difficult / hacky because they are just annotations. |
If looking at titles is too complicated, then feel free to assume that |
Maybe in a first iteration we could just look at subplots: consider two figures "compatible" if they have the exact same amount of x/y axis in the exact same domains, and no other subplots like scene/geo/ternary/polar etc. |
Some notes from our conversation today:
|
See also: #2146 for a different concept |
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 several years, 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. Thanks for your help - @gvwilson |
Reopening as there's an open PR related to this ticket. |
PX today is nowhere near as powerful as something like ggplot in terms of layering: you can't take a bar chart and a line chart and overlay them easily, even though they have the same subplot information. In principle, so long as x, y, facet_col and facet_row are the same or compatible, I should be able to "overlay" PX figures.
See also Composition: #2647
The text was updated successfully, but these errors were encountered: