plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

An interactive graphing library for R

Results 337 plotly.R issues
Sort by recently updated
recently updated
newest added

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,...

plotly.js

When using a colorscale on a treemap trace (without providing a root) the container is shown in black: ![image](https://user-images.githubusercontent.com/36849480/132698509-bd2ce165-5d2d-42f4-8bb7-70b1dcfa996b.png) ``` 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...