command: Add STEMLEAF to list of unimplemented commands.
[pspp] / src / language / command.def
index 8fe737218fa83f3755beadbc3836a454b343255c..2ba0f2673dd5215ef56c0027c8350ff8aee601af 100644 (file)
@@ -122,6 +122,7 @@ DEF_CMD (S_DATA, 0, "FILTER", cmd_filter)
 DEF_CMD (S_DATA, 0, "FLIP", cmd_flip)
 DEF_CMD (S_DATA, 0, "FREQUENCIES", cmd_frequencies)
 DEF_CMD (S_DATA, 0, "GLM", cmd_glm)
+DEF_CMD (S_DATA, 0, "GRAPH", cmd_graph)
 DEF_CMD (S_DATA, 0, "LIST", cmd_list)
 DEF_CMD (S_DATA, 0, "LOGISTIC REGRESSION", cmd_logistic)
 DEF_CMD (S_DATA, 0, "MEANS", cmd_means)
@@ -194,7 +195,6 @@ UNIMPL_CMD ("FIT", "Goodness of Fit")
 UNIMPL_CMD ("GENLOG", "Categorical model fitting")
 UNIMPL_CMD ("GET TRANSLATE", "Read other file formats")
 UNIMPL_CMD ("GGRAPH", "Custom defined graphs")
-UNIMPL_CMD ("GRAPH", "Draw graphs")
 UNIMPL_CMD ("HILOGLINEAR", "Hierarchical loglinear models")
 UNIMPL_CMD ("HOMALS", "Homogeneity analysis")
 UNIMPL_CMD ("IGRAPH", "Interactive graphs")
@@ -249,6 +249,7 @@ UNIMPL_CMD ("SEASON", "Estimate seasonal factors")
 UNIMPL_CMD ("SELECTPRED", "Select predictor variables")
 UNIMPL_CMD ("SPCHART", "Plot control charts")
 UNIMPL_CMD ("SPECTRA", "Plot spectral density")
+UNIMPL_CMD ("STEMLEAF", "Plot stem-and-leaf display")
 UNIMPL_CMD ("SUMMARIZE", "Univariate statistics")
 UNIMPL_CMD ("SURVIVAL", "Survival analysis")
 UNIMPL_CMD ("TDISPLAY", "Display active models")