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

R plots not showing #600

Open
JCruk opened this issue Jan 16, 2025 · 0 comments
Open

R plots not showing #600

JCruk opened this issue Jan 16, 2025 · 0 comments

Comments

@JCruk
Copy link

JCruk commented Jan 16, 2025

Does this issue occur when all extensions are disabled?: It requires the R extension

  • VS Code Version: Version: 1.96.2
  • OS Version: Ubuntu 24.04.1

Steps to Reproduce:

  1. create data frame (data <- mtcars)
  2. plot data:
plot(x = data$wt, y = data$mpg,
     pch = 16, frame = FALSE,
     xlab = "wt", ylab = "mpg")

An empty/blank tab opens rather than a plot.

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

No branches or pull requests

1 participant