plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
If I create a boxplot in ggplot2 and convert it using ggplotly command, the outliers are outlined in black. Here is a simple example: ``` library(ggplot2) library(plotly) p
I have changed the position of facet strips and axis in ggplot but those changes are not translated by ggplotly. Example code: ``` dia = ggplot(diamonds[diamonds$cut %in% c("Fair", "Good"),], aes(x...
When using facet_wrap with geom_boxplot, the boxes are very thin, and their color is not seen. I tried adjusting the width but does not work. Without facet_wrap, the plot looks...
Brief description of the problem: Adding some lines and labels using the [ggQC](https://cran.r-project.org/web/packages/ggQC/index.html) library causes a hard fail. This code works with `ggplotly`: ```r min_date = as.Date(min(lots_df_filtered()$DATE)) max_date = as.Date(max(lots_df_filtered()$DATE))...
As sunburst/treemap charts have their [own click-events](https://github.com/plotly/plotly.R/issues/1648#issuecomment-550539231): plotly_sunburstclick / plotly_treemapclick it would be nice to support them in `highlight`. The following (`plotly_click`) doesn't work as expected: ``` library(plotly) library(crosstalk) sunburstDF
Using plotly 4.9.2.9000 (latest GitHub) sunburst and treemap plots aren't resized when displayed in a subplot. Furthermore a warning is given: > Warning message: > 'layout' objects don't have these...
### The issue in one sentence Documentation and error messages are badly misleading. ### Elaboration on the issue In the documentation, especially `?plotly::save_image`, there is extra and unnecessary focus on...
I am using ggplot to generate the boxplot in server.r But when I am trying to show plot on ui using ggplotly through renderPlotly() in shiny, plot is getting changed....
Hi, Theres an issue with the transform filter if there is only one observation. It just returns the chart axis. Below is a code to reproduce the issue. ```R library(data.table)...
```r library(ggplot2) library(plotly) df