neko._visual.visualize_network.NetworkVisualizer.render
- NetworkVisualizer.render(output_file='network', view=False, highlight_nodes=None, highlight_color='lightyellow')
Render the graph.
- Args:
output_file (str): The name of the output file. view (bool): If True, display the graph. highlight_nodes (list): List of nodes to highlight. highlight_color (str): Color to use for highlighting nodes.