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
Would you mind adding this funcitonality?
Thanks!!
install.packages('ggalt') library(ggalt) data %>% ggplot(aes(y = reorder(Department, median_completion, decreasing = TRUE))) + geom_dumbbell(aes(x = min_completion, xend = max_completion), color = "gray70", size = 1.5, point.size.l = 3, point.size.r = 3) + geom_point(aes(x = median_completion), color = "blue", size = 3) + labs(y = "Department", x = "Total Percent Completion of Required Course hours") + theme_minimal() plotly::ggplotly(db_plot) #fails to render the confidence intervals interactively
original static plot
interactive version with plotly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would you mind adding this funcitonality?
Thanks!!
original static plot
interactive version with plotly
The text was updated successfully, but these errors were encountered: