-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Plotly.Make_Subplots function does not support transforms property #1172
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
Hi @ekn1v , This issue you're running into is that the One approach you can use is to convert the As a side note, when working in Python I generally recommend performing transform-like operations in pandas before constructing your traces. This is a bit more flexible and easier to debug (because you can look at the transformed values as pandas dataframes before they get passed to Plotly.js). |
Closing as duplicate of #587 |
Hi @jonmmease , Thank you for helping. I am performing the transform operations in pandas now before constructing the traces. I am slightly lost on how to convert the Figure to dict and then pass the traces. Can you add some some more details on how to do this? Thank you so much! |
If you're no longer trying to set the |
Hi,
I’m trying to do the link below, but in one column and multiple rows.
https://plot.ly/~empet/14352/defining-subplots-with-two-y-axes-in-eac/#/
My challenge is that my data needs to use transforms because I want to aggregate it and filter it. I have been able to make it in one chart.
https://discourse-cdn-sjc2.com/standard17/uploads/plot/original/2X/1/1069c5ebb154a09505ac0ea21f8dc3e5f09c1f02.png
But when I try to do multiple charts using the plotly.make_subplots function, I get an error:
“ValueError: Invalid property specified for object of type plotly.graph_objs.Bar: ‘transforms’”
########################
#CODE
########################
########################
Thanks for your help!
Luis
The text was updated successfully, but these errors were encountered: