Forum OpenACS Q&A: Graphviz functionality

Collapse
Posted by Matthew Taylor on
Does anyone know of an easy way to call graphviz functions such as "dot" from within OpenACS?
Collapse
2: Re: Graphviz functionality (response to 1)
Posted by Jade Rubick on
You could [exec commandname] if nothing else.
Collapse
3: Re: Graphviz functionality (response to 1)
Posted by Michael Schlenker on
Or use one of the graphviz tcl extensions, for example tclgdl/tclgdr . They do not need Tk and you just have to provide a renderer for the graph, they provide you with all the needed information.