-
Notifications
You must be signed in to change notification settings - Fork 19
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
When I open the external browser, ggplot2 in vscode always encounters depth error. #184
Comments
Could you post your ggplot2 version, the error message or a screenshot of what's going wrong? |
I use the latest version of ggplot2 (v3.5.1). Depth error of ggplot2 seems to be becoming common when I open external browser to view the figures. Thank you! |
I have been getting the same error.
I used to get it occasionally but now its for every ggplot. Also not just in the external browser, in vscode R plot viewer too. |
This might be a ggplot2 bug: tidyverse/ggplot2#3538 |
Same error was detected using My versions are, |
That was not a ggplot2 bug. Maybe these comments from Paul Murrell might be helpful in diagnosing the issue: |
Just flagging that I also have the same issue (R version: 4.3.3, httpgd version: 2.0.1, vscode: 1.89.0, ggplot2: 3.5.1). |
Describe the bug
Whenever I launch the external browser to view the figures, ggplot2 in VSCode consistently runs into depth errors or fails to generate a figure. Yet, these errors disappear once I close the external browser
To Reproduce
(Write your answer here.)
Expected behavior
(Write your answer here.)
Screenshots
(Write your answer here.)
Environment
Additional context
(Write your answer here.)
The text was updated successfully, but these errors were encountered: