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.
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).
Reported by [email protected], 2013-12-12T23:06:44Z
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.
From: https://code.google.com/p/pydot/issues/detail?id=88
The text was updated successfully, but these errors were encountered: