You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to networkx-discuss
Hello Everybody
In Networkx, the nodes of graph must have the same
type ?
Thank you
Aric Hagberg
unread,
Feb 12, 2012, 8:14:33 PM2/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to networkx...@googlegroups.com
On Sun, Feb 12, 2012 at 1:47 PM, azize <azeddin...@gmail.com> wrote: > Hello Everybody > In Networkx, the nodes of graph must have the same > type ?
You can use whatever (hashable) Python object you want for a node, e.g. strings, integers, file handles, ... You might want to look at the tutorial: http://networkx.lanl.gov/tutorial/index.html Aric