igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] igraph-python plot edges with different linetypes


From: Jason Cory Brunson
Subject: Re: [igraph] igraph-python plot edges with different linetypes
Date: Mon, 16 Mar 2015 09:54:21 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Hi Robin,

This works for me:

> library(igraph)
> g <- graph(combn(1:3,2),directed=F)
> E(g)$lty=1:3
> plot(g)

Is it what you wanted?

Cory

On 3/16/15 9:09 AM, Robin Müller-Bady wrote:
Dear list,

is it possible to draw the edges of a igraph-plot with different linetypes like in R?
Is there any attributes like 'edge["line_type"] = "dashed" '?

Thank you!
Robin

_______________________________________________
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]