dreamRs / esquisse

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

Warning Message in big data sets #174

Closed rogerpou closed 2 years ago

rogerpou commented 2 years ago

Several windows appear with a message: "Warning: Groups with fewer than two data points have been dropped" when i try to visualize a big data set. I need to infinitely close ALL of this windows every time i do a little change. Maybe just an unique one could be better than one for every time.

pvictor commented 2 years ago

Indeed it will be infinitely nicer ;) I put this feature on my TODO, thanks for the feedback !

Victor