Skip to content

R plots not showing #600

Open
Open
@JCruk

Description

@JCruk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions