Skip to content

facetted geom_smooth() doesn't work #191

Description

@cpsievert
d <- diamonds[sample(nrow(diamonds), 1000), ]
p <- qplot(carat, price, colour=cut, data=d) +
  facet_wrap(~cut) +
  stat_smooth(method=lm)
p

rplot

Here is the plotly result

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions