From: John Darrington Date: Tue, 2 Jun 2015 05:14:18 +0000 (+0200) Subject: Exercise the GRAPH command in the split-file test X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28fde4a386a5157351a38f3802b1277ee26d4f8f;p=pspp Exercise the GRAPH command in the split-file test --- diff --git a/tests/language/dictionary/split-file.at b/tests/language/dictionary/split-file.at index ff18c7f351..f1fc33d8a3 100644 --- a/tests/language/dictionary/split-file.at +++ b/tests/language/dictionary/split-file.at @@ -91,6 +91,8 @@ FACTOR /VARIABLES = b c d. FILTER BY c. FREQUENCIES b. GLM c BY b. +GRAPH /HISTOGRAM = b . +GRAPH /SCATTERPLOT(BIVARIATE) = b with c by e . LIST. LOGISTIC REGRESSION q WITH b. MEANS c b.