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
When using ggploty on a geom_point plot the point size legend is not shown.
Minimal example to reproduce:
library(ggplot2) library(plotly) p <- ggplot(mtcars, aes(x = wt, y = mpg, size = qsec)) p <- p + geom_point() ggplotly(p)
Expected output from ggplot:
Ouput of ggplotly:
It does, however, show the color legend.
p <- ggplot(mtcars, aes(x = wt, y = mpg, color = qsec)) p <- p + geom_point() ggplotly(p)
Freshly installed R 4.2.1, plotly_4.10.0 and ggplot2_3.3.6.
The text was updated successfully, but these errors were encountered:
I realized that bubble charts in plotly also don't have a size legend as described in #705. Is there any update on this?
Sorry, something went wrong.
size.by
opacity.by
No branches or pull requests
When using ggploty on a geom_point plot the point size legend is not shown.
Minimal example to reproduce:
Expected output from ggplot:
Ouput of ggplotly:
It does, however, show the color legend.
Freshly installed R 4.2.1, plotly_4.10.0 and ggplot2_3.3.6.
The text was updated successfully, but these errors were encountered: