-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Error in match.fun(FUN): 'ggfun("scales_transform_df")' is not a function, character or symbol #5285
Comments
please note that plotly has a different repo: |
The recent changes in |
This looks to me like a change in the internals have broken something in plotly. If we look up the source of the We can see plotly uses the In any case, it might make sense to loop in @cpsievert about this change sooner rather than later. I think the break stems from #5144, and it might make it easier to avoid |
Thanks @teunbrand for checking! I opened an issue on |
Thanks for propagating the issue! I'll close this here then. |
@tungttnguyen Hi there, Thanks |
@fsalemi have you tried updating plotly? |
@cpsievert Thank you for your response. I did upgrade plotly on my new computer last year. However, I was using my old laptop for a quick question yesterday, and I forgot the plotly version was still the old one. |
I ran into a problem with
ggplotly()
. The following example worked with the CRAN version3.4.2
but not with the dev version. Thanks!Created on 2023-04-24 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: