Closed yGuy closed 2 years ago
It would be super-convenient to have a graph parameter in the GraphWidget constructor which directly imports the graph.
graph
GraphWidget
so you can simply write GraphWidget(graph = myGraphData)
GraphWidget(graph = myGraphData)
It would be super-convenient to have a
graph
parameter in theGraphWidget
constructor which directly imports the graph.so you can simply write
GraphWidget(graph = myGraphData)