Skip to content

facet_grid(a ~ a) produces an error #1928

@vnijs

Description

@vnijs

FYI The example from #1153 now produces the error below and does not create a plot

ggplot(data.frame(a = letters[1:3], y = rnorm(3))) + geom_point(aes(y, y)) + facet_grid(a~a)

> Error in scale_apply(layer_data, x_vars, "train", SCALE_X, x_scales) : 

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behaviorfacets 💎

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions