igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Labeling vertices


From: Ahmed Abdeen Hamed
Subject: Re: [igraph] Labeling vertices
Date: Thu, 8 Jan 2015 16:50:37 -0500

It is still shows the hashtags even though they shouldn't. Here is small screenshot that shows that there are hashtag appearing. What am I doing wrong?

-Ahmed


Inline image 1

On Thu, Jan 8, 2015 at 4:15 PM, Tamas Nepusz <address@hidden> wrote:
> 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.


reply via email to

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