openvscode-server icon indicating copy to clipboard operation
openvscode-server copied to clipboard

R plots not showing

Open JCruk opened this issue 9 months ago • 0 comments

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.

JCruk avatar Jan 16 '25 01:01 JCruk