igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Draw vertices in a certain order


From: Gábor Csárdi
Subject: Re: [igraph] Draw vertices in a certain order
Date: Mon, 6 Oct 2014 02:39:51 -0400

Hi, permute them with permute.vertices() before the plotting. This is
currently the only way to do it, as you cannot specify the order for
plot().

Gabor

On Mon, Oct 6, 2014 at 2:32 AM, Hugues François
<address@hidden> wrote:
> Hello,
>
> I have a graph with numerous vertices (215), plot from an adjacency matrix. 
> Some vertices overlap others. I have a rank attribute that I would like to 
> use for ordering plotting order to show important vertices (firstly draw rank 
> 4 vertices, then rank 3, then rank2, etc.). If there a way to achieve that I 
> didn't find it ?
>
> Regards,
>
> Hug
>
> _______________________________________________
> 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]