igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Help with drawing a graph


From: Szabolcs Horvát
Subject: Re: [igraph] Help with drawing a graph
Date: Tue, 12 Jun 2018 08:40:41 +0200

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
<address@hidden> wrote:
>
> 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
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

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