plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
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  and from plotly is  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...
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...