cudadog / pydot

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

Guidelines for Node label formatting #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It seems that formatting of the label string supplied to Node constructor 
is very sensitive. I had working code that was producing svg with this kind of 
string for node labels:$GUID__/ffb73e1c-7495-40b3-9618-9e5462fc89c7 . Now I 
think I have new pydot version and the code does not work: 
Warning: /tmp/tmpxa46du:5: ambiguous "-40b" splits into two names: "-40" and 
"b". If I remove this string, the problems continue, something about newline at 
the end of the remaining string (as I read on the forum somewhere). 

What are the rules for the label string? 
Thank you.

Original issue reported on code.google.com by maris.ju...@gmail.com on 12 Dec 2013 at 10:06