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

No fonts detected for basic plot

Open memeplex opened this issue 1 year ago • 0 comments

Describe the bug

r$> hist(c(1,2,3,1,2,3))
Warning message:
No fonts detected on your system. Using an empty font. 

My config:

"r.plot.useHttpgd": true

The output:

image

Expected behavior

Outside vscode-R this works as expected. It seems to be that my font setup is not correctly set for httpgd.

Environment (please complete the following information):

  • OS: macOS Sonoma 14.3.1
  • VSCode Version: 1.87.2
  • R Version: 4.3.3
  • vscode-R version: 2.8.2

Also commented in https://github.com/nx10/httpgd/issues/138#issuecomment-2016534615

memeplex avatar Mar 23 '24 16:03 memeplex