plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
I am using Plotly in an R Shiny dashboard with event data so a user can click on a visualization and the linked table will filter to show just that...
Providing a list of strings representing numbers for category axis converts them to number rather than keeping them as strings. This for me results in the inability to use shapes...
I am using the plotly package to convert a ggplot object to a plotly object (using command ggplotly). I get the following warning: Warning: `gather_()` was deprecated in tidyr 1.2.0....
Hi, I'm trying to work on density plot using geom_density_ridges, it works with ggplot but not with ggplotly. Do you have any suggestion for an alternative or an idea to...
`ggplotly` doesn't show lines created with `minor_breaks`: library(ggplot2) library(plotly) x
--- Plotly is amazing. Thank you! That said, it would be cool to have geom_GeomCustom() implemented as well. Best, Dami
My R session (within RStudio) hangs up after using ggplotly(). For testing, I use one of the examples of ?ggplotly. The example normally works ok once or twice, but the...
Hi @cpsievert! Here after your Shiny webinar, great stuff! I'm having issues with the boxplot data aligning with x-axis tick marks in subplots. Please see below: ```r library (data.table) library...
Hi, first of all, thanks for a great package! I have spent some time with it recently and I think that I have found a bug. If I use boxplots...
--- I have a stacked geom_area plot in ggplot which looks fine, but somehow the ggplotly version shows empty. Below is the toy example. (the issue seems to do with...