Skip to content
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

Fix rstudio windows warning #2300

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

zeehio
Copy link
Contributor

@zeehio zeehio commented Oct 5, 2023

The RStudio on Windows with scattergl is working for me as documented in #2296.

I'd say this closes #1214.

I would appreciate if someone (@daattali ?) who had issues with webgl rstudio and windows could verify the issues are also solved for them by running this on RStudio and seeing the plot in the viewer panel:

library(ggplot2)
library(plotly)

gplt <- ggplot(iris) + geom_point(aes(x= Sepal.Length, y = Sepal.Width))
gplt |> toWebGL()

Thanks!

@cpsievert
Copy link
Collaborator

Thanks!

@cpsievert cpsievert merged commit a1c3089 into plotly:master Oct 5, 2023
0 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression bug: toWebGL() doesn't show points in RStudio Viewer on Windows
2 participants