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

Ggpattern integration.

Open LouisLeNezet opened this issue 2 years ago • 1 comments

When working with ggplot2 I would like to render a textured filling with ggpattern and more particularly with ggpattern::geom_polygon_pattern().

library(ggplot2)
library(ggpattern)
library(plotly)
g <- ggplot(mtcars) +geom_boxplot_pattern(aes(x=mpg))
ggplotly(g)

LouisLeNezet avatar Jul 18 '23 15:07 LouisLeNezet

Any word on this yet?

VanceMcGrady avatar Oct 11 '23 21:10 VanceMcGrady