ggquickeda icon indicating copy to clipboard operation
ggquickeda copied to clipboard

Better Plotly compatibility

Open smouksassi opened this issue 7 years ago • 1 comments

Opening here to keep track of it https://github.com/smouksassi/ggplotwithyourdata/issues/19 https://github.com/ropensci/plotly/issues/1139

We need to think of a better way to handle the use of aes(...= NULL ) as it is not ggplotly compatible.

smouksassi avatar Apr 16 '18 08:04 smouksassi

the aes (group=NULL) is there to handle the fact that ggplot do some automating "grouping" under the hood when the group = NULL note that this is used for other stats like median , mean , smooth etc.

smouksassi avatar Apr 16 '18 14:04 smouksassi