26 Sep
2011
26 Sep
'11
11:25 a.m.
Tiago de Paula Peixoto wrote:
...how to do this from the library API, instead of .dot files...
I have to admit I didn't even realize there was a graphviz library which could be called directly; I'd always assumed graph-tool must be invoking dot, neato etc via popen or similar!
HTML-like labels are now working in the current git version of graph-tool. Strings in the form "<...>" are now automatically converted.
Thanks! Tim