Have you confirmed that your is_hashtag() function is working correctly? For
one thing, it seems to me that each vertex contains multiple hash tags, so it
could be the case that is_hashtag() is simply returning False for all the
vertices.

T.

On 01/08, Ahmed Abdeen Hamed wrote:
> 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
> 
> 
> [image: Inline image 1]
> 
> On Thu, Jan 8, 2015 at 4:15 PM, Tamas Nepusz <[email protected]> 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.
> >



-- 
T.

_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to