You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the node is now named foo and not foo:bar. I can see elsewhere that this might be called a "feature" of pydot. Unfortunately, one of the more popular users of pydotplus, networkx, sees this as a bug instead:
I want to clarify with you what exactly is the case from your point of view? Is this a pydotplus bug or a pydotplus feature? If the former, can it get fixed?
The text was updated successfully, but these errors were encountered:
Hi,
if a node name contains a colon, then an interesting thing happens:
As you can see, the node is now named
foo
and notfoo:bar
. I can see elsewhere that this might be called a "feature" of pydot. Unfortunately, one of the more popular users of pydotplus, networkx, sees this as a bug instead:networkx/networkx#2050
I want to clarify with you what exactly is the case from your point of view? Is this a pydotplus bug or a pydotplus feature? If the former, can it get fixed?
The text was updated successfully, but these errors were encountered: