-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Using matches when opposite axis is categorical causes error #3560
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
Note that this only happens with the |
Hmm doesn't even seem related to grid per se. |
Here's the same problem with scatter, no grid, on Y: https://codepen.io/nicolaskruchten/pen/jdRgNr?editors=0010 |
OK so actually it's not just |
That's the expected behaviour. Matching axes only work on axes of the same type. |
No... in this case I'm matching continuous to continuous, but the OTHER axis is categorical. |
i.e. both |
Ah I see. On it! |
This pen shows the problem: https://codepen.io/nicolaskruchten/pen/gqyyVL?editors=0010
The text was updated successfully, but these errors were encountered: