Open prmtl opened 9 years ago
Comment by carnioja...@gmail.com, 2012-04-18T21:54:55Z
+1.
If you have nodes implicitly defined, like:
a; a -> b -> c -> d; c;
Only the "explicitly" defined nodes (the ones given their own lines) will be accessible. It really shouldn't work this way.
Comment by wod...@gmail.com, 2012-05-07T06:11:37Z
Graphviz uses implicitly defined nodes as well. It would be useful to have a lib acting the same way.
Reported by olliegla...@gmail.com, 2012-04-09T20:11:41Z
What steps will reproduce the problem?
1) Create this dot file:
2) Create and run this python script:
What is the expected output? What do you see instead?
The output is an empty list, I expected a list of nodes (ketchup, bbq, etc.)
What version of the product are you using? On what operating system?
pydot-1.0.28 with Python 2.7.1, OS X
Please provide any additional information below.
From: https://code.google.com/p/pydot/issues/detail?id=70