tidyverse / ggplot2

An implementation of the Grammar of Graphics in R
https://ggplot2.tidyverse.org
Other
6.39k stars 2k forks source link

setup sides parameter in `geom_rug()` #5943

Open teunbrand opened 3 weeks ago

teunbrand commented 3 weeks ago

This PR aims to fix #5940.

Briefly, it uses the setup_params method to fill in a potentially missing sides argument.