plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
I try to convert a ggtree to plotly but I obtain several warnings about functions not yet implemented : ``` R In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], ... : geom_GeomSegmentGGtree() has yet to...
--- Hello everyone. I wanted to plot a phylogeny tree thanks to ggtree R package. Yet, I have too many species (around 1000) and the graph is unreadable. Thus, I...
This bug is the same bug that occurs in the python version https://github.com/plotly/plotly.py/issues/3575
This PR proposes a fix to account for `multi_line=FALSE` in facet labeller functions, thereby closing #2341 . With the proposed fix, the reprex from #2341 renders correctly without the undesired,...
When I run the example code for a grouped box plot on the [plotly documentation](https://plotly.com/r/box-plots/) I get a the following warning: > Warning: 'layout' objects don't have these attributes: 'boxmode'...
For example: ```r plot_ly(z = ~volcano, type = "surface") ``` Obviously, the 1st dimension of matrix volcano is interpreted as the 'y', while the 2nd dimension as the 'x'. However,...
**Description**: When attempting to display multiple histograms using `subplot` from the `plotly` package, the plots in the **top row** and **bottom row** appear with less spacing, making them difficult to...
`updatemenus` > `buttons` don't behave as expected when restyling `y` axis (ignores `color` channel)
```r library(plotly) dat add_lines(color = dat$site) |> layout(updatemenus = list(list( type = "buttons", y = 0.8, buttons = list( list( method = "restyle", args = list("y", list(dat$nox)), label = "NOx"...
**Description**: When attempting to display multiple histograms using `subplot` from the `plotly` package, the plots appear merged together, making them difficult to distinguish. This issue is primarily reproducible when there...
**Unable to show all the months , Its skipping one month after the other, the months are present but not visible until you zoom in.** What needs to be done...