From 13ab69b6424ffbc023e2dcfceb95babb40c22530 Mon Sep 17 00:00:00 2001 From: apierro Date: Fri, 19 Jul 2019 14:35:32 +0200 Subject: [PATCH] Changed acceptedDataFrame in LinePlot class --- src/Miro/LinePlot.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miro/LinePlot.class.st b/src/Miro/LinePlot.class.st index 4ac9c5d..e78e9a3 100644 --- a/src/Miro/LinePlot.class.st +++ b/src/Miro/LinePlot.class.st @@ -10,7 +10,7 @@ Class { { #category : #'as yet unclassified' } LinePlot class >> acceptedDataFrame [ - ^ { '1N+1D+2P' } + ^ { '1N+1D+2P' . '1N+1D+3P' . '1N+1D+4P'. '6N+1D+4P'} ] { #category : #'as yet unclassified' }