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.
I think I have found a bug in pygraphviz.
If you define a node or edge attribute after a graph attribute with
the same attribute name, the node or edge attribute is not taken into
account.
Small script to exhibit the problem :
import pygraphviz
import sys