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

I am building a Hans Rosling type visualisation, however, I am having issues with the point movements. I have attached some code that creates an example of my problem, which...

Updated `https://github.com/ropensci/plotly/issues”` to `https://github.com/ropensci/plotly/issues` in [R/layers2traces.R](https://github.com/plotly/plotly.R/compare/master...madprogramer:patch-1?expand=1#diff-d84657ae70a4603c9cac16bdc349d40ea3412a66e6b15da7ce5df59ab815fdcc)

Ggplotly does not display geom_circle. For example, I created this plot in ggplot2: ![image](https://user-images.githubusercontent.com/76253379/182142029-d73545dd-001f-44f4-8dae-f1f3ee840677.png) Circles on the plot are correctly displayed, however when I switched to ggplotly(), I got the...

Hello, I'm currently trying to use ggforce::facet_wrap_paginate to take figures with many facets and chop them up to make them easier for folks to view in a Shiny App. I...

When using ggploty on a geom_point plot the point size legend is not shown. Minimal example to reproduce: ```r library(ggplot2) library(plotly) p

Hi! I'm using `plotly` in a shiny. When I want to download the image, first I used `export`, it works, but it returns a message "use orca", but it was...

I have a graph, made with ggplot, with three labels, each for one variable, but when I try to make it dinamic by using the function ggplotly, I get a...

Thanks for an amazing package! The mapping between plotly and ggplot is particularly impressive and very powerful! However, ggplotly fails to reproduce the appropriate legends generated by ggplot in non-trivial...

ggplotly

I'm seeing a strange warning message when I use the geom_hline and geom_vline functions in plotly 4.10.0. It pops up when I run the first example from [this page](https://plotly.com/ggplot2/horizontal-vertical-shapes/): ```r...

Hi, I think I've detected an unexpected behavior. When I try to create a Heatmap using `ggplotly()`, the rectangles in the plot get extended along the x-axis when they shouldn't....