-
Notifications
You must be signed in to change notification settings - Fork 10
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
geom_zebra_bands() #15
Comments
Well, one can use |
I think one could build this geom as a wrapper on |
A more general name for the variables such as |
Moved to next milestone. I need to still ponder on the best UI and how to implement it. |
A geom to highlight boundaries, such as day and night or times with abnormal data, etc. It would be similar to geom_col() but not anchored on zero. It would use aesthetics ymin and ymax, with -Inf and Inf supported for edge to edge bands. geom_col() does not support -Inf mapped to y, and is based at zero. geom_area() seems to fail with POSIXct mapped to x. Ideally alpha should affect both fill and colour.
The example below was produced with two geom_col() layers.
The text was updated successfully, but these errors were encountered: