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 pygraphviz-discuss
What is the usage for subgraph() or add_subgraph()?
I am trying to create subgraphs and then set the attributes for the
nodes from these using subgraph.node_attr.update(...).
This doesn't do anything. And when I try to add a subgraph it doesn't
actually add any nodes to the graph.
How am I to implement this functionality? thanks