igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Dashed edges


From: Gábor Csárdi
Subject: Re: [igraph] Dashed edges
Date: Wed, 18 May 2011 08:58:46 -0400

Hi Moses,

if you use R, see ?igraph.plotting and the 'lty' edge attribute. E.g.:

plot(graph.ring(10), layout=layout.circle, edge.lty=rep(1:2,length=10))

Gabor

On Wed, May 18, 2011 at 5:26 AM, Moses Boudourides
<address@hidden> wrote:
> Hi,
>
> What is the simplest way to plot by dashed lines only certain edges of
> a graph (not all)?
>
> Best,
>
> --Moses
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



-- 
Gabor Csardi <address@hidden>     MTA KFKI RMKI



reply via email to

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