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
{{ message }}
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
What is the expected output? What do you see instead?
Should see yellow nodes, but nodes are still white.
What version of the product are you using? On what operating system?
Pydot 1.0.28, Python 2.7.3
Please provide any additional information below.
Default attributes are added to the BOTTOM of the DOT spec, after existing nodes and edges, so they don't take effect. They should be inserted at the TOP of the spec to take effect everywhere.
Reported by [email protected], 2013-03-01T10:46:07Z
What steps will reproduce the problem?
digraph G {
1 -> 2;
}
""")
What is the expected output? What do you see instead?
Should see yellow nodes, but nodes are still white.
What version of the product are you using? On what operating system?
Pydot 1.0.28, Python 2.7.3
Please provide any additional information below.
Default attributes are added to the BOTTOM of the DOT spec, after existing nodes and edges, so they don't take effect. They should be inserted at the TOP of the spec to take effect everywhere.
The attached file demonstrates the problem and the solution.
Attached
pydot_bug.py
(view on Gist)From: https://code.google.com/p/pydot/issues/detail?id=80
The text was updated successfully, but these errors were encountered: