Skip to content

geom_bkde2d fails with "argument 'z.range' is missing" warning #76

@IndrajeetPatil

Description

@IndrajeetPatil

I can't reproduce the output shown in {ggalt} vignette.

Expected:

Screenshot 2021-08-15 at 08 19 58

Observed:

library(ggplot2)
library(ggalt)

m <- ggplot(faithful, aes(x = eruptions, y = waiting)) +
  geom_point() +
  xlim(0.5, 6) +
  ylim(40, 110)

m + geom_bkde2d(bandwidth = c(0.5, 4))

Created on 2021-08-15 by the reprex package (v2.0.1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions