-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marquee guide #28
Marquee guide #28
Conversation
This looks very promising. Some thoughts:
|
I'll look into finding the right regex incantation for this.
Through the x <- "I'm displaying spaces."
tolower(vctrs::vec_as_names(x, repair = "universal", quiet = TRUE))
#> [1] "i.m.displaying.spaces." Created on 2024-06-07 with reprex v2.1.0
It cannot, I don't think you can have >1 guide per aesthetic in ggplot2.
Using |
Ok, let's merge this in and take it for a spin. Can you add a topic to the pkgdown site so that doesn't fail |
Gotcha |
Thank you |
Hi Thomas,
This is my proposal for a marquee guide.
Instead of going into details, I'll render the examples which are hopefully somewhat self-expanatory.
Please let me know if you'd wish to change some things.
Created on 2024-06-06 with reprex v2.1.0