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
This has been resolved in the best way currently possible in 5c5b9d1, by allowing clip = FALSE to be passed to ggbiplot() and thence internally to coord_equal().
The expand_limits() layer seems to resolve this issue more elegantly, i.e. without conflicting with the scale_*_continuous() calls inside ggbiplot(); though ultimately those internal calls should be replaced with more direct steps that don't conflict even with downstream scale_*_continuous() layers.
Currently,
geom_text_radiate()
adjustshjust
internally to shift text away from arrowheads, but the plotting window does not account for this.The text was updated successfully, but these errors were encountered: