Skip to content
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

error when writing to file #288

Open
roiDaniela opened this issue Jul 8, 2022 · 0 comments
Open

error when writing to file #288

roiDaniela opened this issue Jul 8, 2022 · 0 comments

Comments

@roiDaniela
Copy link

Hello,

I built a graph and trying to write png but getting the folowing error:
'charmap' codec can't encode character '\u03bb' in position 27: character maps to

versions:
windows 10
python 3.8
pydot 1.4.2

graph:
digraph G {
rankdir=LR;
"λ" [fillcolor="#66cc33", peripheries=2, style=filled];
ba [peripheries=2];
baa [peripheries=2];
baba [peripheries=2];
b;
bab;
"λ" -> b [label=b];
ba -> baa [label=a];
ba -> bab [label=b];
b -> ba [label=a];
bab -> baba [label=a];
}

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant