neurokernel.tools.plot.show_pygraphviz

neurokernel.tools.plot.show_pygraphviz(g, prog='dot', graph_attr={}, node_attr={}, edge_attr={})[source]

Display a networkx graph using pygraphviz.

Parameters:
  • prog (str) – Executable for generating the image.
  • graph_attr (dict) – Global graph display attributes.
  • node_attr (dict) – Global node display attributes.
  • edge_attr (dict) – Global edge display attributes.