We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have create an alluvial using the following code:
But get the following warning:
Will ggplotly be implementing geom_flow?
The text was updated successfully, but these errors were encountered: