plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
I am having trouble using plotly with custom aggregation and crosstalk. When using the crosstalk's filter, there seems to be some problem with the aggregation. When I set, for example,...
https://github.com/plotly/plotly.R/runs/6295712575?check_suite_focus=true#step:12:1691 Failure (test-plotly-symbol.R:58:3): Can specify a scale manually Snapshot of `path` to 'plotly-symbol/plotly-symbol-symbol-manual.svg' has changed Run `testthat::snapshot_review('plotly-symbol/')` to review changes Backtrace: ``` 1. plotly expect_traces(p, 2, "symbol-manual") at test-plotly-symbol.R:58:2 2....
https://github.com/plotly/plotly.R/blob/555a443dcb1699977672c67e870d4e5a4dedf060/tests/testthat/test-plotly-subplot.R#L151 ``` Error (test-plotly-subplot.R:150:3): ggplotly understands GGally Error in `ggcorr(data, method = c("everything", "pearson"))`: could not find function "ggcorr" Backtrace: 1. plotly:::expect_doppelganger(...) at test-plotly-subplot.R:150:2 2. plotly:::write_plotly_svg(p, path) at tests/testthat/helper-vdiffr.R:29:2 3....
As of plotly JS v2.8.0 [horizontal colorbars are available](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#280----2021-12-10). Plotly.R currently uses plotly.js v2.11.1 and the parameter is listed in the [R Figure Reference](https://plotly.com/r/reference/layout/coloraxis/#layout-coloraxis-colorbar-orientation), so it should be possible to...
--- I was trying to create an animated scatter plot with each bubble representing a race category indicated by a color. In the actual data set, some race categories don't...
Geom_dl
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 ....
There doesn't seem to be a way to set the total figure size for `subplot()`. Individual panel height can be specified in the call to `plot_ly` and (as i understand...
When using `height` argument in `layout`, I have a warning telling that this argument is deprecated. I can use `height` in `plot_ly` function directly which is very fine. However, when...
In master the subplot margins are _subtracted_ from the given subplot width/heights. Since top-left subplot should start in (0,1) and bottom-right should end at (1,0), the left margin is not...