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
When using scale_size_area(), point.size needs to be adjusted, probably by a square root. It seems this should be the default behavior without the user specifying it..
Minimal code example
Here is the minimum amount of code needed to demonstrate the issue:
Thanks for sharing the code and figure! I appreciate it.
I agree that the default behavior should probably be different. I had some trouble implementing variable point size in ggrepel, so I hope this won't be too difficult.
Summary
When using
scale_size_area()
,point.size
needs to be adjusted, probably by a square root. It seems this should be the default behavior without the user specifying it..Minimal code example
Here is the minimum amount of code needed to demonstrate the issue:
Here is an image of the output produced by the code:
Suggestions
NA
Version information
Here is the output from
sessionInfo()
in my R session:The text was updated successfully, but these errors were encountered: