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

In trying to replicate some 3D marginal plots of a model, I notice that `plot_ly` swaps axes when adding points. When using `persp`, I get a figure which I consider...

The output that I get from ggplot is ![violim+boxplot-ggplot2](https://user-images.githubusercontent.com/1506457/185286218-d0c3e392-5125-4d93-be38-eb835aa87be3.png) and from plotly is ![violin+boxplot_plotly](https://user-images.githubusercontent.com/1506457/185286228-b5d67b76-825d-448e-9ea4-8c39da3a0194.png) With plotly, the boxplot is behind the violim chart. The minimal working example that create the...

This is an odd bug (reported first as a [heatmaply issue](https://github.com/talgalili/heatmaply/issues/7)). If we create a ggplot2 object with colors based on scale_fill_gradientn, then ggplotly respect the colors. But if the...

bug
ggplotly

Hello, In `?subplot`, the link is provided. It is not correct. The correct link is .

You can see from the attached plot that the middle row of faceted plot is missing the "H" values (y-axis), since the facet labels for the bottom row are covering...

--- I am attempting to convert a standard ggplot2 scatterplot to a plotly graph using the ggplotly() function, but the lone caveat of the original scatterplot is that it uses...

I'm using ggplot2 to create boxplots which I'd then like to make interactive by converting to a plotly object. What I need to be able to do however is use...

Closes #2337 by wrapping `names(session$userData$plotlyInputStore)` with `shiny::isolate()`. I don't think there's any good way to write an automated test for this, but you can verify that the reprex I gave...

This appears to be due to this line, which (I presume unintentionally) creates a reactive dependency on the names of this reactiveValues list (not just the specific relevant value): https://github.com/plotly/plotly.R/blob/16261c3318100db899d79af843cc3d64ac32e8aa/R/shiny.R#L196...

Creates the proper `bundleTraceMap` list as internal package data object directly from the upstream JS file when plotly.js is updated. The data is sourced from the file [`tasks/util/constants.js`](https://github.com/plotly/plotly.js/blob/ac983b349a1cd4332465f4d791630e8219f42e02/tasks/util/constants.js#L52-L163) of the...