+ fixes #0001501: Add Ability to Export Dependency Graph as SVG and PNG
This commit is contained in:
@@ -472,7 +472,7 @@ Py::List DocumentPy::getRedoNames(void) const
|
||||
Py::String DocumentPy::getDependencyGraph(void) const
|
||||
{
|
||||
std::stringstream out;
|
||||
getDocumentPtr()->writeDependencyGraphViz(out);
|
||||
getDocumentPtr()->exportGraphviz(out);
|
||||
return Py::String(out.str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user