module graphhelper.graphviz_helper

Short summary

module pyensae.graphhelper.graphviz_helper

Various functions about graphviz.

Functions

function

truncated documentation

dot_exe

retrieve graphivz executable

run_dot

calls graphivz on a dot file and produces an image

Documentation

Various functions about graphviz.

New in version 1.1.

source on GitHub

pyensae.graphhelper.graphviz_helper.dot_exe()

retrieve graphivz executable

Returns:

filename

New in version 1.1.

source on GitHub

pyensae.graphhelper.graphviz_helper.run_dot(dot_file, outimg)

calls graphivz on a dot file and produces an image

Parameters:
  • dot_file – file, format DOT

  • outimg – output image

Returns:

out, err (stdout, stderr from graphviz)

New in version 1.1.

source on GitHub