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
and have it automatically convert those arguments to line units behind the scenes. This would be a useful shorthand, but it should also still accept units in case someone wants to use a non-line unit.
I'd be happy to implement this and submit a pull request if you think it's a good idea. Thanks for this package, I love it!
The text was updated successfully, but these errors were encountered:
Thanks for the great suggestion! Generally, I want to make ggrepel feel like just another ggplot2 function, and I think your suggestion helps. I'd be happy to add you as a contributor if you send a pull request.
Ideally the unit(0.15, "lines") syntax should still work after you pull request. I don't know if that's possible or not. I'd have to poke around the ggplot2 code to see if a similar feature exists over there.
Instead of writing
it would be nice to write
and have it automatically convert those arguments to line units behind the scenes. This would be a useful shorthand, but it should also still accept units in case someone wants to use a non-line unit.
I'd be happy to implement this and submit a pull request if you think it's a good idea. Thanks for this package, I love it!
The text was updated successfully, but these errors were encountered: