Hi,

As far as I know, the Fruchterman-Reingold layout was re-written to make it
identical to the algorithm that was originally outlined in the paper of
Fruchterman and Reingold. The old implementation was something different,
and it was removed from the igraph codebase. You should simply use a
different layout if you are not satisfied with the output of the FR layout;
GraphOpt or Kamada-Kawai is usually okay.

T.

On Wed, Feb 22, 2017 at 6:07 PM, shailesh tripathi <
shailesh.tripa...@gmail.com> wrote:

> Hi,
>
> I am using igraph a lot and visualizing graphs as well. The newer version
> of igraph plotiing functions are not that better in their visualization as
> they were in older version
> specially layout.fruchterman.reingold function. can you make available
> older version of this function to the newest version or is there any
> parameter settings required to get
> the same old look layout.
>
>
> looking forward to your reply.
>
> Best,
> Shailesh
>
> _______________________________________________
> igraph-help mailing list
> igraph-help@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
>
_______________________________________________
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to