Skip to content

geom_GeomFlow() not implemented  #2182

@NMaziak

Description

@NMaziak

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions