-
-
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
Pandas backend color scatter not working #3956
Comments
@nicolaskruchten That is simply because I have it set up to show all output, so I get both figures (or both of anything, when multiple lines have variables in them)
On the question of the plot and the the color; what version of plotly/pandas are you using? I've definitely not had this problem until now! |
OK. It works for Pandas 1.2 but not 1.5. Someone'll have to dig into what the new version of Pandas is doing differently... The relevant code in our repo is here, for reference: https://github.com/plotly/plotly.py/blob/master/packages/python/plotly/plotly/__init__.py#L99 |
Pandas turned I opened pandas-dev/pandas#49732. Please comment there or upvote, etc! I don't think there's any easy workaround for plotly's code other than to use a different keyword like |
Nice work, thanks very much 🙏 |
@nicolaskruchten That pandas change was successfully reverted in pandas-dev/pandas#49836, but the code example @astrowonk gave is still returning an error:
I think it's because |
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for a while, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Alternatively, if it's a request for tech support, please post in our community forum. Thank you - @gvwilson |
Plotly 5.11
Pandas 1.5.1
Easy reproduction here:
The text was updated successfully, but these errors were encountered: