NetworkPlot now works, but does not allow node colors or sizes to be passed as keyword arguments.
This commit is contained in:
@@ -108,7 +108,6 @@ class TestDataFunction(workflow.Function):
|
||||
for x in 'ABCDEF':
|
||||
for y in 'ADE':
|
||||
graph.add_edge(x, y, 3)
|
||||
print networkx.adj_matrix(graph)
|
||||
ds = dataset.GraphDataset(array(networkx.adj_matrix(graph)))
|
||||
ds_plot = plots.NetworkPlot(ds)
|
||||
|
||||
|
Reference in New Issue
Block a user