Create the detrended np plot instead of a second normal one
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 26 May 2010 20:14:10 +0000 (22:14 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 26 May 2010 20:14:10 +0000 (22:14 +0200)
src/language/stats/examine.q

index d06f98ef9d79692cc6ad98cd1372dcfa79d571b4..ab361735f115456d168bbe8ca13ee471297bfad4 100644 (file)
@@ -348,7 +348,7 @@ show_npplot (const struct variable **dependent_var,
           np = result->metrics[v].np;
           reader = casewriter_make_reader (np->writer);
           npp = np_plot_create (np, reader, ds_cstr (&label));
-          dnpp = np_plot_create (np, reader, ds_cstr (&label));
+          dnpp = dnp_plot_create (np, reader, ds_cstr (&label));
 
          ds_destroy (&label);