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

2.11 is currently bundled while 2.33 is released

plotly does not seem to know what to do with values that are Inf or -Inf. The expected behavior (as done by ggplot2) is to map those values to the...

--- In geom2trace.default(dots[[1L]][[21L]], dots[[2L]][[1L]], ... : geom_GeomArcBar() has yet to be implemented in plotly. ```r # insert reprex here ```

I've added a reproducible example here. The plot will work under normal ggplot conditions but not if you send it to ggplotly ```r library(ggplot2) library(ggalluvial) library(tidyverse) data(vaccinations) levels(vaccinations$response) % mutate(pct...

https://github.com/plotly/plotly.R/blob/963b9143ba4102eca8edbd4750d4c85541ddd0f5/R/plotly.R#L25 This sentence is incomplete - what happens if no `type` is specified?

Hi, I can not manage to specify both the size and the color mapping with completely satisfactory results. If I specify the size mapping globally: ``` library(plotly) df % add_markers()...

plotly.js added support for more trace legends but, for mesh3d, there is no legend below unless `showlegend = TRUE` for the mesh and a surface is added. [GH issue for...

Hi devs, I'm using `plotly::plotlyOutput()` within a `shinyjqui::jqui_resizable()` element in a shiny application, which works perfectly, by setting `plotly::plotlyOutput(..., height = "100%")`. However, all plots are initialized by default with...

The simple scatterplot has a third variable mapped to the marker/point size. The plot looks perfect to me, but it throws a warning about multiple values. Each *x* & *y*...

Reopening issues #762 and #1110, this is still happening in 2019 and maybe I found the cause. Briefly, error bars displayed by error_x and error_y appear in the wrong order...

bug
priority: high