dreamRs / esquisse

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

Misconfigured window #138

Closed jrojasquiroz closed 3 years ago

jrojasquiroz commented 3 years ago

Hi, I installed the package with no problems. But when I try to manipulate data with the 'ggplot2 builder' the window appears misconfigured - so I can not use the Fill, Color or Size tabs. esquisseproblem2

Previously, there was another problem that I could solve but maybe is related to this one: When I open the 'ggplot2 builder', the window doesn't allow me to open any dataframe. I mean, there is nothing to click on at the rigth side of the section "Choose a data.frame" (I have had a data frame loaded). Anyway I could solve it using the command line esquisse::esquisser(The name of my data frame). esquisseproblem

I would like to know if there is a way to solve the misconfigured window. In case is useful, my RStudio version is 1.1.463 and my R version is 4.0.2 (2020-06-22). Thanks for your work.

pvictor commented 3 years ago

Thanks for the report, I'll look into this. You can try to update Rstudio if you can, it might help.

Victor

jrojasquiroz commented 3 years ago

Dear Victor, In fact, updating RStudio was the solution. Thanks!