plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
I would like to use the dynamic ticks option with my plots in shiny although I am running into an issue with my plots that use a discrete x axis....
Hello, I love this package (great job). The only problem I am having is exporting 3D scatterplots as png screenshots. Error in rethrow_call(c_processx_exec, command, c(command, args), pty, : Command 'orca'...
I have a subplot comprised of multiple bar charts where I'm attempting to highlight single bars based on user input from another graphic; I'd like to highlight a bar in...
Hello, I wanted to make a geom_flow ggplot interactive but got the error that it has not yet been implemented. That would be really appreciated if it could be! ---...
Basically, when I double-clicked on the legend keys to activate or deactive them, the plot shrank or expanded. I posted the issue on [StackOverflow](https://stackoverflow.com/q/69077298/786542) and the user `mnist` found that...
Trying the kaleido example, I get this error and no picture. ``` library(plotly) p Error in py_run_string_impl(code, local, convert) : > NameError: name 'sys' is not defined
I was recently trying to add alt text for a plotly-based animated plot within a shiny app. I saw that there is a [comparatively recent option](https://github.com/rstudio/shiny/issues/612) to add alt text...
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 ....
If `ggplotly(tooltip=)` is used with a ggplot object that includes 2 layers with different alpha values, then the lower alpha will be used for all layers. --- Brief description of...
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 ....