-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Violin attributes/values missing from plot-schema.json #4617
Comments
You can use the schema to generate code, this is what we do in Plotly.py. It's normal that I suspect the documentation is wrong rather than the schema ;) |
Ok, I will assume these are schema errors then. Thanks. |
(You mean documentation errors, right? The schema is automatically derived from the internal data structures used by Plotly.js, so it's very unlikely that the schema is wrong :) |
Oops. I confess I am Plotly illiterate. Ok then I have opened a new issue for a a documentation error. Thanks for the explanation. |
Posted a related question in here but I think it may be an error because I found another issue. Hence this report here. Describing two missing elements.
Background: I am using the schema to auto-generate Scala code to read and generate the Plotly JSON documents. I have started with the Violin trace examples for preliminary tests. I have found that:
points: 'none'
does not exist in the schema. The schemapoints
is anenumerated
that only has the following values:“all”
“outliers”
“suspectedoutliers”
false
"boxpoints": false
does not appear in the Violin trace. The only place I find this is in thebox
trace.So am I correct in assuming that these are missing from the schema? Can I use this schema to generate the intended code?
The text was updated successfully, but these errors were encountered: