-
Notifications
You must be signed in to change notification settings - Fork 633
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
Issues with geom_boxplot(position = "dodge") #1644
Comments
@cpsievert , thanks for sharing this in progress version. Please let me know, when can this changed be merged with current plotly package and deployed. So that we can install it from cran. |
Any update on this issue? |
|
Thanks, this saved me some headaches! |
Filled boxplots did not have position = dodge in plotly - instead, all boxes appear on top of each other. This can be fixed by setting the layout of boxmode to group, but it also produces a number of warnings. These warnings can apparently be ignored, but I haven't found a good way to do that yet. (suppressWarnings seems dangerous, and expect_warning makes the test code cluttered.) Info about this warning: plotly/plotly.R#1644 https://community.plotly.com/t/not-a-real-error-for-boxmode/2596
any solution for using position dodge with geom_point? |
I am using ggplot to generate the boxplot in server.r
But when I am trying to show plot on ui using ggplotly through renderPlotly() in shiny, plot is getting changed.
Please refer attached R-code and image of plot getting generated.
BoxPlot_Issue.zip
The text was updated successfully, but these errors were encountered: