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.
To see if I'm it's possible to get the dependency graph from VCL/Delphi project, I'm trying to reproduce this example http://www.graphviz.org/content/fdpclust (directed)
everything works well, until it come to add edges on clusters then it fail. (e-> clusterB and clusterC -> clusterD)
What version of the product are you using? On what operating system?
pydot 1.0.28 (patched so it find Graphviz in "Program Files (x86), python 3.3, Windows 7 64 bits.
Reported by [email protected], 2014-03-07T11:41:54Z
What steps will reproduce the problem?
To see if I'm it's possible to get the dependency graph from VCL/Delphi project, I'm trying to reproduce this example http://www.graphviz.org/content/fdpclust (directed)
everything works well, until it come to add edges on clusters then it fail. (e-> clusterB and clusterC -> clusterD)
What version of the product are you using? On what operating system?
pydot 1.0.28 (patched so it find Graphviz in "Program Files (x86), python 3.3, Windows 7 64 bits.
Joined : the function I use to produce the graph,
Attached
clusterExample.py
(view on Gist)From: https://code.google.com/p/pydot/issues/detail?id=89
The text was updated successfully, but these errors were encountered: