This commit is contained in:
@@ -103,7 +103,7 @@ class TestDataFunction(workflow.Function):
|
||||
|
||||
def run(self):
|
||||
logger.log('notice', 'Injecting foo test data')
|
||||
x = randn(5000,4)
|
||||
x = randn(500,4)
|
||||
X = dataset.Dataset(x)
|
||||
p = plots.ScatterPlot(X, X, 'rows', 'rows', '0_1', '0_2',name='scatter')
|
||||
p2 = plots.ScatterMarkerPlot(X, X, 'rows', 'rows', '0_1', '0_2',name='marker')
|
||||
|
||||
Reference in New Issue
Block a user