pyhgf.plots.graphviz.plot_network#

pyhgf.plots.graphviz.plot_network(network)[source]#

Visualization of node network using GraphViz.

Parameters:

network (Network) – An instance of main Network class.

Return type:

Source

Notes

This function requires [Graphviz](xflr6/graphviz) to be installed to work correctly.