dreamRs / esquisse

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

Aesthetics boxes in wrong place #146

Closed ac11ca closed 3 years ago

ac11ca commented 3 years ago

esquisse:::esquisser(data_wide) produces:

https://imgur.com/a/mTnDuDm

The aesthetics boxes are located in the place where the graphic gets built. I cannot access the menus at the bottom of the screen or resize the esquisse screen.

(Also, when I click on "Data" I get "No data selected Use a data.frame from user environment" even though the previous image proves there is a data.frame available).

pvictor commented 3 years ago

Hello, you should try to upgrade RStudio.

Victor

ac11ca commented 3 years ago

That solved it. Thanks!