terenceltl

Results 3 comments of terenceltl

hi sneumann have you found a solution to coerce the aspect ratio of the clusters into a non-square? I run into the same spot too.

adding the following line kinda works for me: `visIgraphLayout(type="full", randomSeed = 999)` if you want physics effect: `visIgraphLayout(physics = T, type="full", randomSeed = 999)` and you may have to further...

#Steffen, so does my suggestions work in your case? So far I find that it is a pain to control the layout of nodes.