plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
A fix was inspired by the fix here https://github.com/tidyverse/ggplot2/pull/2797/files. I fixed small docs issues + updated the link to the repo. Edit: seealso https://github.com/rstudio/ggvis/pull/488/files
--- The use of geom_bar_pattern appears to be incompatible with plotly. The below graph will print in standard format but fail to print with ggplotly. ```r plot
I have a problem with griddash in the layout and i figured out how to solve https://stackoverflow.com/questions/76463006/make-dotted-gridlines-with-plotly however, I need to know how to modify the dependency globally for each...
Hello and thanks a lot for the great package! I want to delete boxplot outliers as they're duplicates of jitters (but I want to keep the jitters). I have tried...
Unfortunately this does not show an error, only a warning. A better behavior would probably be returning an error when passing an expression. See below for an example where the...
##### The code: ``` r library(plotly) dat1 sessionInfo() > R version 3.2.3 (2015-12-10) > Platform: x86_64-apple-darwin13.4.0 (64-bit) > Running under: OS X 10.9.4 (Mavericks) > > locale: > [1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8...
Hello, When developing a shiny app for a data visualisation dashboard, I encountered an issue that geom_phylopic() isn't integrated with plotly yet. I have pasted the error below. Is there...
--- When using hovertemplate in bar charts to annotate bars, if the variable is present only once then text annotation doesn't work For example in below image, Type B is...
Hello, I am not sure if the server is undergoing maintenance. Function plotly_IMAGE suddenly stopped working yesterday. It worked for like 6 or 7 graphs and now returns error [502]....
Thanks for this package, it is very useful! When using it, I encountered a kind of weird bug. The two following plots should be identical and behave in the same...