Closed rpruim closed 7 years ago
OK. Looks like better documentation and examples would be good. This works, but requires sleuthing to discover.
gf_point(length ~ width + color:"red", data = S1) %>%
gf_point(length ~ width, data = S2, add = TRUE)
I recommend at least putting an example of this into the documentation for gf_point()
and friends.
the user should have to bother about add = TRUE anymore. This gets set internally based on context. Seems to be working as designed.
Is this intended to work as illustrated below?