plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

geom_GeomFlow() not implemented

Open NMaziak opened this issue 3 years ago • 0 comments

Hello, I wanted to make a geom_flow ggplot interactive but got the error that it has not yet been implemented. That would be really appreciated if it could be!

A brief summary. of my code, I also use geom_stratum()

ggplot(df,
       aes(x = x, stratum = place, alluvium = group,
           y = n)) +
  geom_flow() +
  geom_stratum()

NMaziak avatar Sep 16 '22 12:09 NMaziak