[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Labeling vertices
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Labeling vertices |
Date: |
Thu, 8 Jan 2015 22:15:04 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
> visual_style["vertex_label"] = ["" if is_hashtag(vertex) else
> vertex["name"] for vertex in g.vs]
>
> However, there is a glitch. Suggestions?
Your code seems okay; what is the problem with it? How did you try to plot the
graph and what glitch did you see?
--
T.
- [igraph] Labeling vertices, Ahmed Abdeen Hamed, 2015/01/08
- Re: [igraph] Labeling vertices,
Tamas Nepusz <=
- Re: [igraph] Labeling vertices, Ahmed Abdeen Hamed, 2015/01/08
- Re: [igraph] Labeling vertices, Tamas Nepusz, 2015/01/08
- Re: [igraph] Labeling vertices, Ahmed Abdeen Hamed, 2015/01/08
- Re: [igraph] Labeling vertices, Tamas Nepusz, 2015/01/08
- Re: [igraph] Labeling vertices, Ahmed Abdeen Hamed, 2015/01/08
- Re: [igraph] Labeling vertices, Tamas Nepusz, 2015/01/09
- Re: [igraph] Labeling vertices, Ahmed Abdeen Hamed, 2015/01/09