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
With the possibility of switching of clipping of layers it would be great to be able to loosen the constraint that text must be fully inside the plotting region
The text was updated successfully, but these errors were encountered:
I just now realized that xlim = c(-Inf, Inf) does not work as I would expect, whereas xlim = c(-100, 100) does. I think this is a bug.
# I would expect this to work the same as `xlim = c(-100, 100)`p+ geom_text_repel(xlim= c(-Inf, Inf)) +
labs(title="geom_text_repel(xlim = c(-Inf, Inf))")
With the possibility of switching of clipping of layers it would be great to be able to loosen the constraint that text must be fully inside the plotting region
The text was updated successfully, but these errors were encountered: