Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing contour parameter defaults to TRUE #6222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

teunbrand
Copy link
Collaborator

This PR aims to fix #5571.

It is a simple fix that just does what the title indicates.

Example from linked issue:

devtools::load_all("~/packages/ggplot2/")
#> ℹ Loading ggplot2

ggplot() +
  layer(
    geom = GeomDensity2d,
    stat = StatDensity2d,
    data = faithful,
    mapping = aes(x = eruptions, y = waiting),
    position = PositionIdentity,
  )

Created on 2024-12-09 with reprex v2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

layer does not work as expected for creating a geom_density_2d plot
1 participant