Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

[86] pydot can not print graph with special characters #22

Open
prmtl opened this issue Mar 8, 2015 · 0 comments
Open

[86] pydot can not print graph with special characters #22

prmtl opened this issue Mar 8, 2015 · 0 comments

Comments

@prmtl
Copy link
Contributor

prmtl commented Mar 8, 2015

Reported by [email protected], 2013-11-30T04:00:59Z

The following code shows that pydot can't print graph whose nodes consist of special characters. Is it a bug of pydot?

import pydot

graph = pydot.Dot(graph_type='graph')
graph.add_edge(pydot.Edge("<a>", "<b>"))
graph.add_edge(pydot.Edge("<a>", "<c>"))
graph.write_png('main1.png')

From: https://code.google.com/p/pydot/issues/detail?id=86

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

No branches or pull requests

1 participant