plotly.R
plotly.R copied to clipboard
An interactive graphing library for R
If I create a ggplot with faceting, I can end up with several plots in a grid by the facet variables selected. When I convert that output to plotly via...
Brief description of the problem Hi I need to have a cleaner version of sankey diagram but couldn't find the option in API doc. The dom class name is text-shadow,...
When using a colorscale on a treemap trace (without providing a root) the container is shown in black:  ``` library(plotly) labels = c("A1", "A2", "A3", "A4", "A5", "B1", "B2")...
The PR extracts `merge_plots()` function from the `subplot()` function, so that `subplot()` only checks the `plots` argument and defines how the plots should be layed out in the merged result....
New idea -- implement as an annotation with no text! https://codepen.io/cpsievert/pen/ZKxRva
This is forked off of #895, but that will need a new plotly.js release...
These changes were made to better support dendrograms, particularly those created with `dendextend`. It adds support for - `fontface` in `geom_text` - a rough translation of `hjust` and `vjust` in...