-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add support for transform graph objects #587
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
@etpinard , I know that there's been some back and forth on the current transforms implementation. Should we hold off on adding this to plotly.py or go ahead with it? |
I'd vote for holding off. |
I’m confused: there’s this example: https://plot.ly/python/group-by/ but it sets |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
plotly.js
v1.18.0
now ships with filter and groupby transforms. Transforms are a new plotly.js abstractions - they are incompatible with the current plotly.py plot-schema-to-graph-object logic.In brief, any trace can now include a
"transforms"
list where each item is a dict with attributes. See example in js: http://codepen.io/etpinard/pen/dpKLpqcc @Kully @theengineear @chriddyp
The text was updated successfully, but these errors were encountered: