executorlib.task_scheduler.interactive.dependency_plot.plot_dependency_graph_function#
- executorlib.task_scheduler.interactive.dependency_plot.plot_dependency_graph_function(node_lst: list, edge_lst: list, filename: str | None = None)[source]#
Draw the graph visualization of nodes and edges.
- Parameters:
node_lst (list) – List of nodes.
edge_lst (list) – List of edges.
filename (str) – Name of the file to store the plotted graph in.