plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
I tried to create complex plot using add_trace. However there is problem with the hover when supplying color as argument: In this case the first and last element of the...
@cpsievert I'm seeing several open issues that are similar to this one (#1132, #1962, #1301, #1254, #1243, #1099, #1086, #897) and wasn't sure whether to add a new issue or...
I suspect this is a similar issue to #1224 : when graphs are facetted vertically, and the facet labels rotated to be horizontal, the labels are cut off. (Where there...
I have a large sunburst it is laid out with three levels. I have implemented click events to synchronize other tables and charts as a user navigates the sunburst. I...
Reported first here: [Scale_color_manual() labels not working](https://community.plotly.com/t/scale-color-manual-labels-not-working/85153) ```r # insert reprex here p
Hi Carson and other maintainers, Apologies for the cold PR! While building a new feature in ggplot2 we found through reverse dependency checks that {plotly} was negatively affected by the...
I always have trouble remembering it.
Hello! It would be great to have the interactive features that plotly offers implemented for the geom_rain and stat_halfeye geoms from ggplot. **geom_rain code:** ``` library(ggrain) rainplot_iris_ggplot = ggplot(data=iris, aes(x...
```r line1 % layout(shapes = line2) ```
be able to have every other column striped. works with ggplot, but not with ggplotly ```r output$plot = renderPlotly({ ggplotly( ggplot(data, mapping = aes(x = x, y = y)) +...