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.
I had submitted this issue to SO with a reproducible example.
Essentially when using
geom_conn_bundleto 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.