pydot / pydot-ng

Python interface to Graphviz's Dot language compatible with Python 2 nad Python 3
MIT License
23 stars 10 forks source link

[89] cluster to cluster edge fails #25

Open prmtl opened 9 years ago

prmtl commented 9 years ago

Reported by pierre.p...@gmail.com, 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 commented 9 years ago

Comment by pierre.p...@gmail.com, 2014-03-07T02:47:11Z

I forgot : I use the pydot python3-branch.