plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
A short example: ```r library(ggplot2) p
Hello, Currently the event_data function only checks the `session$userData$plotlyShinyEventIDs` list if the event exists. This means that a plot that has been rendered from the cache is not included in...
--- Trying to apply `ggplotly()` to the following ggplot + geom_linerange() resulted in a faulted graph: the line width is not respected (or considered) and the legend does not show...
--- Receive the below ERROR when trying to use plotly. Works perfectly fine outside of plotly. geom_GeomCircle() has yet to be implemented in plotly. If you'd like to see this...
A highlighted plotly "histogram" can have its bars partially highlighted (with best results achieved with the "overlay" `barmode`), but an equivalent ggplot2 object converted with `ggplotly()` can't. This reproducible example...
Please briefly describe your problem and what output you expect. If you have a question, please don't use this form, but instead ask on the community forum or stackoverflow ....
Hi, Is there an equivalent of geom_mark_hull in plotly or is it possible to make one? I would like to plot a hull around some data points. Cheers, Haris
**`plotly::plotlyOutput` renders heatmap traces as line plots in a Rshiny dashboard.** --- I display two independent plotly charts, generated using `plotly::renderPlotly`, side by side on the same page (`scatter` traces...
Hello, I would like to implement Smith Charts using Plotly. This is the error I get when trying so. ggplotly(ggplot(dipole, + aes(freq = frequency, + smag = mag, + sang...
Surface plot freezes when hovering on missing data when `connectgaps = TRUE`. It seems dependent on the size of the matrix. Below, a reproducible example with different scenarios: 1. Using...