stocnet / manynet

Many Ways to Make, Manipulate, and Map Myriad Networks
https://stocnet.github.io/manynet/
Other
9 stars 0 forks source link

Hierarchy layout for two mode network does not work as expected (sometimes) #61

Closed henriquesposito closed 7 hours ago

henriquesposito commented 4 months ago

See:

ison_brandes |> mutate(type = twomode_type, name = LETTERS[1:11]) |> autographr()

vs.

autographr(ison_southern_women)

The layout issues appear related to `{Rgraphviz}? as the hierarchy layout is being used but the package does not appear to return the plot coordinates accordingly.