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 ruby-g...@googlegroups.com
Hello,
I have nodes that share the same name but I want to draw all duplicates nodes. I saw that I have to change the node id attribute. I tried this way in order they get an unique id :
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 ruby-g...@googlegroups.com
I see why you made this confusion. It is my fault. I'll rewrite de documentation of GraphViz#add_node. Indeed, the first parameter is the node ID, used as label if none is given.
Sorry for the poor documentation.
Greg
Paul Irolla
unread,
Aug 16, 2013, 6:43:03 AM8/16/13
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 ruby-g...@googlegroups.com
It works now exactly how i expect it, thank you for your quick reply. No problems for the documentation, you helped me well.