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 @hrbrmstr liking geom_dumbbell but have a case where I would like to have different shapes for the end point based upon a group
looking something similar to
df <- data.frame(sample = c('a','b'), from=c(1,2), to=c(4,3),outcome=as.factor(c('happy','sad'))) ggplot(df, aes(y=forcats::fct_reorder(sample,from,.desc=T),x=from,xend=to)) + geom_dumbbell() + labs(y=NULL)
geom_dumbbell(shape_xend = outcome)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @hrbrmstr liking geom_dumbbell but have a case where I would like to have different shapes for the end point based upon a group
looking something similar to
df <- data.frame(sample = c('a','b'), from=c(1,2), to=c(4,3),outcome=as.factor(c('happy','sad')))
ggplot(df, aes(y=forcats::fct_reorder(sample,from,.desc=T),x=from,xend=to)) + geom_dumbbell() + labs(y=NULL)
geom_dumbbell(shape_xend = outcome)
The text was updated successfully, but these errors were encountered: