-
-
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
Incorrect Validation Error for layout.grid.subplots attribute #1220
Comments
Thanks for the report @michaelbabyn Technical notes: Here's the schema for
Looks like we need to add support for the
Additionally, to this point we have treated
we interpreted this to mean that zero to 3 values with type @alexcjohnson or @etpinard , could you clarify the intent of |
It corresponds to no restriction on the number of items in the "info" array. |
I'm getting a validation
ValueError
when I try to set thelayout.grid.subplots
attribute. This attribute should accept a 2d list of the enumerated values (see here) but it is being limited to a single dimensional list of one element.Here is an example demonstrating the problem which works if I use dicts and
validate=False
The text was updated successfully, but these errors were encountered: