plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
Hello there! When creating a stacked area chart with ggplot in R and using ggplotly to create a plotly version of it, there occurs a rather grave error: in the...
When using `add_annotations` with a log scale, the coordinates of the annotations are not automatically log-transformed. ```r exp_dat % add_annotations(., data = ann_dat, x = ~x, y = ~y, text...
When converting a ggplot object to webgl, invalid 'hoveron' warnings appear. If the toWebGL() function receives the ggplot object then it is possible for us to remove those warnings. Closes:...
I am trying to use ggploty to show a ggplot with two pointrange layers. This works in ggplot but not when I use ggplotly. I am not sure if this...
This is probably very similar to #1088 but dynamicTicks is not the problem. It's a simple boxplot with scale_y_log10() that shows scaled values instead of actual value. If it's not...
Geometry does not show when using ggplotly function to convert ggplot plot, but if I hover over where the geometry is supposed to be, a hover box shows. The following...
When working with `ggplot2` I would like to render a textured filling with `ggpattern` and more particularly with `ggpattern::geom_polygon_pattern()`. ```r library(ggplot2) library(ggpattern) library(plotly) g
On Windows 10 (version 21H2, build 19044.3448) using RStudio 2023.06.1, when I run the following code ```r library(ggplot2) library(plotly) gplt toWebGL() ``` I get the following warnings: ``` Warning messages:...
Error bars (using error_y) are no longer positioned correctly when missing data is present using the barplot plot type. Plotly version 4.10.1. Reproducible example: ```r library(plotly) library(plyr) data_mean
Warning messages: 1: In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) : geom_GeomImage() has yet to be implemented in plotly. If you'd like to see this geom implemented, Please open an issue with your...