-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guidelines for Node label formatting #88
Comments
Some remarks before I close this 7 year old issue:
Given the age of this issue, I assume we will not be getting more information, so I will close it now. If anyone still runs into one of the mentioned errors, feel free to reopen or open a new issue. Please provide a Minimal Reproducible Example (aka Minimal Working Example) then. |
With regard to the question:
See The DOT Language, which pydot should normally follow. Where it does not can be reported as a possible bug here in this issue tracker. |
Reopening, because this issue was also discussed in the earlier pydot-fork pydot/pydot-ng#24. There are fixes mentioned there, although it is not clear to me how exactly they addressed the issue reported here. I will have a look at them later, together with all the other open issues related to quoting. |
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 Ithink I have new
pydot
version and the code does not work: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
[email protected]
on 12 Dec 2013 at 10:06The text was updated successfully, but these errors were encountered: