pombreda / pydot

Automatically exported from code.google.com/p/pydot
MIT License
0 stars 0 forks source link

cluster to cluster edge fails #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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, 

Original issue reported on code.google.com by pierre.p...@gmail.com on 7 Mar 2014 at 10:41

Attachments:

GoogleCodeExporter commented 9 years ago
I forgot : I use the pydot python3-branch.

Original comment by pierre.p...@gmail.com on 7 Mar 2014 at 10:47