vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

Poor exported plot resolution

Open memeplex opened this issue 2 months ago • 0 comments

Describe the bug

I'm using a macbook, so a high resolution screen. I enabled the httpgd plot panel, it looks great, as if rendering svg plots, but once I export a plot the resolution is very low dpi. I don't see any way to change that other than exporting to svg, which is not my goal.

To Reproduce

  1. Open the R terminal
  2. Create a simple plot like plot(c(1,2,3))
  3. Export it from the plot viewer

Can you fix this issue by yourself? (We appreciate the help)

No

(If yes,) can we assist you with anything?

A new setting to set export resolution or some workaround that I'm missing.

(If applicable) Please attach setting.json

  "r.rterm.mac": "/Users/carlos/.venv/bin/radian",
  "r.bracketedPaste": true,

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

Image

Environment (please complete the following information):

  • OS: macOS
  • VSCode Version: 1.106.3
  • R Version: 4.5.2
  • vscode-R version: 2.8.6

memeplex avatar Dec 07 '25 12:12 memeplex