Closed LynetteGao closed 4 years ago
Hi,
Saving the graph can be easily done by adapting the function plotgraph
in runTCDF.py
which creates G, a networkx digraph. Documentation of networkx describes how to write the graph to a file. For example, saving the graph as a JSON file is described here.
Hi! I am wondering if there's option to save the resulting causal graph? Thanks