Skip to content

Issue translating free y scales #718

@cpsievert

Description

@cpsievert

Works

p <- ggplot(txhousing, aes(month, median)) + 
  geom_line(aes(group = city)) + geom_smooth(method = "gam") + 
  facet_wrap(~ year)
ggplotly(p)

missing traces

p <- ggplot(txhousing, aes(month, median)) + 
  geom_line(aes(group = city)) + geom_smooth(method = "gam") + 
  facet_wrap(~ year, scales = "free_y")
ggplotly(p)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions