Hi,
Does anyone know how I can increase the resolution for the inline plots/ plots in R notebook to fully take advantage of the retina display?
On the server end I tried adding export QT_DEVICE_PIXEL_RATIO=2 to the bash profile, and this didn't seem to do anything.
All UI icons seem to be high resolution, however I can't seem to display retina-quality figures in the plot window of Rstudio server like I could with the desktop version of Rstudio.
Thanks in advance