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
Sorry - I know this is not a bug, but I'd like your opinion on it anyway. The reprex below shows how I would use geom_circle to draw a circle around some but not all geom_point. As far as I know, the legend will always show a rectanlge around the symbols, yet it would be nice if it would actually be a circle. I don't think I can approach this with guide() or theme(legend.key = ). Can you think of a solution?
Sorry - I know this is not a bug, but I'd like your opinion on it anyway. The reprex below shows how I would use
geom_circle
to draw a circle around some but not allgeom_point
. As far as I know, the legend will always show a rectanlge around the symbols, yet it would be nice if it would actually be a circle. I don't think I can approach this withguide()
ortheme(legend.key = )
. Can you think of a solution?Created on 2022-07-21 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: