1. Einen Webscrapper für OpenOLAT basteln

news
Author

Ramon Füglister

Published

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()