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
I had submitted this issue to SO with a reproducible example.
Essentially when using geom_conn_bundle to color edges based on a given value in the connect dataframe, wrong connections were sometimes made. After playing more with it, I discovered that the edges created depend on the ordering of the connect dataframe, which should not be the case in my opinion.