pydot-ng icon indicating copy to clipboard operation
pydot-ng copied to clipboard

[89] cluster to cluster edge fails

Open prmtl opened this issue 9 years ago • 1 comments

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

prmtl avatar Mar 08 '15 16:03 prmtl

Comment by [email protected], 2014-03-07T02:47:11Z

I forgot : I use the pydot python3-branch.

prmtl avatar Mar 08 '15 16:03 prmtl