On 1 mar, 18:22, Xavier Roger-Machart <
xrogermach...@gmail.com> wrote:
> Hello,
>
> Canviz itself does not do any layout work. You need to install Graphviz on
> your server and invoke one of the Graphviz binaries using a server language
> like PHP or Python. Canviz can only process the output of this process to
> display it on screen.
>
> You should look at the Graphviz documentation rather than Canviz for your
> task. You can find examples of Python code (using the PyDot library) here :