Skip to content

R plots not showing #600

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @JCruk

        Issue actions

          R plots not showing · Issue #600 · gitpod-io/openvscode-server