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

Axis::matches is hardcoded to "x" #156

Open
SignalWhisperer opened this issue Aug 15, 2023 · 0 comments · May be fixed by #178
Open

Axis::matches is hardcoded to "x" #156

SignalWhisperer opened this issue Aug 15, 2023 · 0 comments · May be fixed by #178

Comments

@SignalWhisperer
Copy link

The Axis::matches function for the Layout struct currently receives a bool and then hardcodes this internally to "x". This limits greatly the matching that can be done for axes within subplots.

I believe the function should receive a string instead, allowing for far greater customization of axis matching as is supported by Plotly.js. [doc1, doc2]

@sebdotv sebdotv linked a pull request Jan 18, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant