``` r library(tidyverse) p <- ggplot() + geom_function( fun = \(x) dnorm(x), ) #currently produces this p ``` <!-- --> ``` r #I think it should produce this p + labs(x = "x") ``` <!-- --> <sup>Created on 2024-01-16 with [reprex v2.1.0](https://reprex.tidyverse.org)</sup>