Open GoogleCodeExporter opened 8 years ago
In _yapgvb_py.py, I found, it should become something like :
def _write_dot(self, filename):
f = open(filename,'w')
def afmt(n,v):
if v.startswith('<'):
return "%s=%s" % (n,v)
return "%s=\"%s\"" % (n,v)
But I don't know how to apply my changes.
Original comment by leplat...@gmail.com
on 23 Feb 2010 at 11:18
I could eventually validate this fix using pure python backend.
Original comment by leplat...@gmail.com
on 26 Feb 2010 at 4:49
when a label starts with < and ends with > graphviz will, try to, render as
html. its
very nice because you can use basic html tables!
Original comment by franshaa...@gmail.com
on 27 Apr 2010 at 12:12
It would be great if this would be added to the main release.
Original comment by holke.vi...@gmail.com
on 24 Jan 2011 at 9:38
The workaround works for me.
Original comment by holke.vi...@gmail.com
on 24 Jan 2011 at 9:50
Original issue reported on code.google.com by
philip.p...@gmail.com
on 4 Sep 2009 at 12:12