| Program |
Graphviz |
In order to use the monitor diagrams feature of
Sherpa,
Graphviz's Dot must be installed.
The Dot application path must
be set in Apex at the command line.
(set-dot-application-name
pathToDot
)
Read the Apex SVG
output notes.
For Windows, make sure the path does not have
spaces.
(set-dot-application-name
"C:\\Progra~1\\Graphviz\\bin\\dot.exe"
)
Graphviz can be installed at any time, but the
path
for the Dot application must be set in Apex before
monitor diagrams will be available in Sherpa.
|