Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geom_flow Implementation #2395

Open
charliemc99 opened this issue Oct 11, 2024 · 0 comments
Open

Geom_flow Implementation #2395

charliemc99 opened this issue Oct 11, 2024 · 0 comments

Comments

@charliemc99
Copy link

Hi,
I have create an alluvial using the following code:

  plot_1 <- ggplot(table_2,
                   aes(x = Year, stratum = HC50, alluvium = HC50,
                       y = Normal,
                       fill = HC50, label = sprintf("%0.1f", round(Freq, digits = 1)))) +
  scale_fill_manual(values = mycols1) +
  scale_x_continuous(breaks = seq(2014, 2023, by = 1)) +
  geom_flow() +
  geom_stratum(alpha = .5) +
  geom_text(stat = 'stratum', size = 3.5)
plot_1

But get the following warning:

In geom2trace.default(dots[[1L]][[24L]], dots[[2L]][[1L]],  ... :
  geom_GeomFlow() has yet to be implemented in plotly.

Will ggplotly be implementing geom_flow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant