Discussion:
[igraph] Help with drawing a graph
Christopher John
2018-06-11 13:39:18 UTC
Permalink
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
Szabolcs Horvát
2018-06-12 06:40:41 UTC
Permalink
igraph has many layout algorithms that can be tuned with various
options. Experiment with them, and try the various options. Have you
looked at e.g. graphopt?

http://igraph.org/r/doc/layout_.html

Otherwise, can you link to the dataset that is visualized with your
link so people have something concrete to go on?
On Mon, 11 Jun 2018 at 15:47, Christopher John
Post by Christopher John
Dear Igraph mailing list
http://www.maayanlab.net/KEA2/
L <- layout.fruchterman.reingold(net, niter=10000)
However, there are big white spaces still....
Any ideas how to solve this?
Thanks,
Chris
_______________________________________________
igraph-help mailing list
https://lists.nongnu.org/mailman/listinfo/igraph-help
Continue reading on narkive:
Loading...