Can you make geom_ribbon leave a gap for missing values?
I am following up a discussion started at: How can I make geom_area() leave a gap for missing values? . It seems like geom_ribbon is not longer leaving gaps for missing values. Please try to execute the reproducible example in the attached link. I cannot get the answer described. Can you? Looks like a bug in ggplot2 , there seems to be a missing handle_na function that needs to be added as a part of a new unified way of dealing with NA values. Update: The first post here refined an entire new ggproto to fix this, but I realized that as a one-liner workaround you can just override the handle_na