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

Hi plotly devs, The current implementation for `event_data` makes it such that the warning will display in nearly all instances where UI is rendered dynamically (such as in a shiny...

The log scale should display rounded integers, but is displaying floating points with many decimal places. Seems to be fine though when the log scale is on the y axis....

`plotly_merge()` is a function meant to help users create `layout.updatemenus` elements more easily. It does this by receiving a named list of plotly objects and outputting a single plotly object...

I'm trying to display some block-matrix-like plot, and there are a few regressions when converting from ggplot to ggplotly conversion (ranked by severity): * degenerated (1 value) discrete axes are...

ggplotly

A density plot created with `ggplot2 `which has no outline then has an outline drawn when used with `ggplotly`. [Relevant changelog for ggplot2](https://ggplot2.tidyverse.org/news/index.html#ggplot2-3-3-0-2020-03-05). Simple version of minimal reprex: ``` mtcars

R plotly boxplots overwriting with numerical labels --- I've asked this question on SO here: https://stackoverflow.com/questions/76466189/r-plotly-boxplots-overwriting-with-numerical-labels, but I'm wondering if it's a bug with the latest versions of the plotly...

As someone who is using Plotly R without ggplot, it would be helpful to have access to easy theming through some form of theming and templates. At the minimum, it...

I'm *very* confused, because this doesn't seem to be a problem other users here are having. But in any case, I'm trying to create side-by-side boxplots with the following code;...

I am having issues accessing array elements inside of customdata using traditional JS indexing. The dot property accessor works, but using a key value or a numeric index inside of...

Contours of 2D density estimates would be very helpful in my Shiny application I'm developing which soon should be published. We would like to use `plotly`. --- Brief description of...