Skip to content

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
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