Ramon Füglister
April 3, 2024
This is the first post in a Quarto blog. Welcome!
ggplot(mpg, aes(x = hwy, y = cty, color = cyl)) + geom_point(alpha = 0.5, size = 2) + scale_color_viridis_c() + theme_minimal()