igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Help with drawing a graph


From: Christopher John
Subject: [igraph] Help with drawing a graph
Date: Mon, 11 Jun 2018 13:39:18 +0000

Dear Igraph mailing list


I am having problems trying to create a well spaced circular graph similar to the one found here:


http://www.maayanlab.net/KEA2/


I am using R, currently the closest I can get to the nice clear spacing found on this website is using this code:


L <- layout.fruchterman.reingold(net, niter=10000)


However, there are big white spaces still....


Any ideas how to solve this?


Thanks,


Chris


reply via email to

[Prev in Thread] Current Thread [Next in Thread]