plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

An interactive graphing library for R

Results 337 plotly.R issues
Sort by recently updated
recently updated
newest added

I am getting this error with the following code that has not changed: no applicable method for 'group_by' applied to an object of class "waiver" Final_UConn_Shot_Charts_Prod

Code to replicate the bug: ``` library(ggplot2) library(plotly) library(viridis) # If you want to draw arbitrary rectangles, use geom_tile() or geom_rect() df

ggplotly

Recently, the hover text/tooltip when using geom_area() only shows the values for the first element along the x axis - in the example below, the geom_col graph has the expected...

Hi, After following the guide here, https://plotly.com/r/3d-scatter-plots/, I found that, when specifying color scale with colorscale = c('hexcode1', 'hexcode2') will not have changes to the color scale, yet the default...

It appears that if you add a logo to a `plotly` figure using the `layout` function, it only works when using a remotely hosted image. Using the example on the...

`ggplot2::geom_rect` isn't used in `ggplotly`: ```r library(dplyr) library(ggplot2) library(plotly) g filter(sex == "male"), aes(fill = sex), xmin = -Inf, xmax = Inf, ymin = -Inf, ymax = Inf, alpha =...

Brief description of the problem: In the subplot function, if I input a mix of ggplot2 object and plotly object, I got 'Warning message: Can only have one: config'. How...

I want to replace the Download image icon in the modeBar - seems like a simple enough task? It's been a real struggle though. I have this icon: ![echart-download-small](https://github.com/plotly/plotly.R/assets/32208821/3ec4b02a-7c8a-4bcf-b33f-617c13307347) ```html...

I noticed that animation_button creates only a play function. There is no "pause" function. You can check any of the official examples: [plotly animation targets](https://plotly-r.com/interactives/animation-targets.html) The python version seems to...