Added a selection view tab, placed next to the "Log" tab. The tab currently
only displays the current selection.
This commit is contained in:
@@ -110,8 +110,10 @@ class TestDataFunction(workflow.Function):
|
||||
graph.add_edge(x, y, 3)
|
||||
ds = dataset.GraphDataset(array(networkx.adj_matrix(graph)))
|
||||
ds_plot = plots.NetworkPlot(ds)
|
||||
print ds.get_dim_name()
|
||||
|
||||
return [X, ds, plots.SinePlot(), p, ds_plot]
|
||||
ds_scatter = plots.ScatterPlot(ds, ds, 'rows_0', 'rows_0', '0_1', '0_2')
|
||||
return [X, ds, plots.SinePlot(), p, ds_plot, ds_scatter]
|
||||
|
||||
class DatasetLog(workflow.Function):
|
||||
def __init__(self):
|
||||
|
Reference in New Issue
Block a user