You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a possible problem with guide_legend()s effectiveness within guides() depending on the order of aesthetic mappings in the ggplot() call.
I expected that nrow = 2 in the guide_legend() call for shape in guides would have an effect, but it doesn't seem to be working. It does work if I switch shape to be mapped before color though.