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. I am using ggplot to draw bar functions. Tried to convert the ggplot to a plotly graph using ggplotly and got the message to open an issue since the...

I'm trying to use plotly to plot several stacked barplots of the same size each. Each barplot has legend elements of increasing size, and I would like to set the...

### Description When converting a ggplot2 plot to plotly using `ggplotly()`, the legend position specified in `theme(legend.position=...)` is not preserved in the resulting plotly graph. This requires additional layout configuration...

#plot output generated but without text written explicitly on correlation funnel plot, however, when hovering it shows the text description trial_funnelplot % binarize()%>% glimpse()%>% correlate(y__yes )%>% plot_correlation_funnel() ggplotly(trial_funnelplot) Warning message:...

I make a lot of bar charts and prefer geom_chicklet over goem_col for presentations library(ggplot2) library(plotly) library(scales) p

Released last year, [coord_radial](https://www.tidyverse.org/blog/2024/03/ggplot2-3-5-0-coord-radial/) is the "new" way of producing polar plots in ggplot. Unfortunately, we cannot use ggplotly with this method. Example: ```r p Error in rng[[xy]]$get_labels() : attempt...

Given ``` library(ggplot2) library(plotly) d1

As per title, when making a subplot with >= 3 rows or columns with a margin (default is 0.02 but the issue is easier to see with more plots/bigger margins)...

In `plotly 4.10.4` a bar plot with only one date observation shows actually multiple ticks when the ticks' format is converted. Here a minimal reproducible example: ```r library(dplyr) library(plotly) df...