Skip to content
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

Shared Y axis in faceted plot applies row-wise #34

Open
Bergam0t opened this issue Jun 27, 2023 · 0 comments
Open

Shared Y axis in faceted plot applies row-wise #34

Bergam0t opened this issue Jun 27, 2023 · 0 comments

Comments

@Bergam0t
Copy link
Owner

Limitation of R plotly - shareY argument works only by row

https://community.plotly.com/t/subplot-sharex-and-sharey-only-work-by-column-and-row/32532/2

https://stackoverflow.com/questions/57672160/plotly-scaley-not-working-across-subplot-rows

Python implementation allows use of additional 'all' argument but this doesn't appear to be supported in R: https://plotly.github.io/plotly.py-docs/plotly.subplots.html

Workaround suggested in https://stackoverflow.com/questions/57672160/plotly-scaley-not-working-across-subplot-rows could be implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant