Skip to content

Ggpattern integration. #2279

@LouisLeNezet

Description

@LouisLeNezet

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions