plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
When I am using labeller in facet_wrap I am getting `expression(list())` showing up with ggplotly. ```r mtcars$cyl2
Hi all, I use Plotly to create plots in Shiny with a custom hover info using hovertemplate. However, some of my colleagues see "shifted" tooltips in Chrome and Edge (see...
ggplot 2.2.0 newly added right/top axis placements. ggplotly does not currently respect the axis placement set in the [ggplot objects](http://imgur.com/a/1XVQE) in the resultant [html](https://jsfiddle.net/17vma43g/1/) install.packages("heatmaply") install.packages("htmlwidgets") ## Ensure v.2.2.0 install.packages("ggplot2")...
Is there a chance that the sec.axis argument of y-scales will be supported? Unfortunately, the right-hand y-axis does not appear in the `ggplotly()` output ```r p
I just tried to use `subplot` in a shiny app, and naively assumed that there would be an `ncols` argument corresponding to `nrows` - evidently, that is not really needed,...
The `tooltip` argument to `ggplotly` does not seem to change the order of tooltips. For example with ``` ggiris
Hello, Since I upgraded R to version 4.4.0, my `mesh3d` plot no longer appears. The viewer renders a blank page. This mesh is large and if I reduce it then...
As seen here and a few other places: https://github.com/plotly/plotly.R/blob/44499f21d5610175d2ca65c202fbe07dac41d6f6/tests/testthat/test-ggplot-sf.R#L4
The plotly function add_ribbons() doesn't function properly when cases in the middle or at the end have NA values. These lead to a weird behaviour where parts of the ribbons...
Hi, ggplotly() creates broken ribbons when there are NAs in the min or max values, although the ribbon is rendered correctly in ggplot alone. This seems to be alluded to...