Re: [graph-tool] Visualise categorical attributes read from graphml files (beginner)

2015-05-05 Thread marten
Thanks Tiago, finally I could not figure out how to create a new vertex property based on the graphml file I import (it works for everything else) but assigning size, colour etc. variables in networkx already solves the issue for me. Best, Marten -- View this message in context: http://ma

Re: [graph-tool] Visualise categorical attributes read from graphml files (beginner)

2015-05-04 Thread Tiago de Paula Peixoto
On 30.04.2015 11:34, marten wrote: > I am trying to visualise a bipartite network (graphml, created with > networkx), where node types are represented by vertex shape and other vertex > attributes such as party affiliation by vertex colour and/or size. > > I would be very grateful for a code sample

[graph-tool] Visualise categorical attributes read from graphml files (beginner)

2015-05-01 Thread marten
Hi Tiago, I am trying to visualise a bipartite network (graphml, created with networkx), where node types are represented by vertex shape and other vertex attributes such as party affiliation by vertex colour and/or size. I would be very grateful for a code sample which could help illustrate how