dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.76k stars 227 forks source link

Graphics API version mismatch #173

Open mqk98 opened 2 years ago

mqk98 commented 2 years ago

I have a problem. Addin can't work and remind Graphics API version mismatch. My R version is 4.1.0.

pvictor commented 2 years ago

Hello, I think that's a problem with RStudio' graphic device not compatible with R 4.1.0, if you upgrade RStudio it should be OK.

Victor

larmarange commented 2 years ago

You could also try to reinstall Cairo

fkgruber commented 10 months ago

Have the same problem running it from a WSL R terminal in windows 11.

Can we use it without Rstudio at all?

sessionInfo() R version 4.3.1 (2023-06-16) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 22.04.2 LTS

pvictor commented 10 months ago

You can use it outside RStudio of course, but you need a graphic device to display plots and a browser to display the app. Are you able to display a basic ggplot plot ?

fkgruber commented 10 months ago

yes of course: image

p-schaefer commented 10 months ago

I'm having the same problem with R 4.3.1 running on an ubuntu 20.04 server. Regular ggplot show up fine, but esquisse::esquisser() I get an ERROR: Graphics API version mismatch