-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
The coord_cartesian(clip) settings currently control clipping for all layers simultaneously. There are reasonable situations where you want to clip some layers, but not others. For example, if you're annotating a figure with geom_text(), you want the main layers clipped, but allow geom_text() to go out-of-bounds so it is still readable. This issue is a request for layer-level clipping.
z3tt