ggborderline icon indicating copy to clipboard operation
ggborderline copied to clipboard

Make line plots that *pop*

Results 2 ggborderline issues
Sort by recently updated
recently updated
newest added

``` r library(ggborderline) library(ggplot2) library(dplyr, warn.conflicts = FALSE) p filter( city %in% c("Houston", "Midland", "Beaumont", "Laredo"), !is.na(median) ) |> ggplot(aes(date, median, colour = city)) + scale_y_continuous(labels = scales::label_dollar()) + scale_colour_brewer(palette...

I would like to ask for geom_smooth() support!