Exercise the GRAPH command in the split-file test
[pspp] / tests / language / dictionary / split-file.at
index ff18c7f3512807847c9fda68d36a1101d7587908..f1fc33d8a31309361d9b0df19e784879c86b5f0a 100644 (file)
@@ -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.