From: John Darrington Date: Wed, 26 May 2010 20:14:10 +0000 (+0200) Subject: Create the detrended np plot instead of a second normal one X-Git-Tag: sav-api~213 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f835f176faa7cbc82f9a98e4ab716573976a83b6;p=pspp Create the detrended np plot instead of a second normal one --- diff --git a/src/language/stats/examine.q b/src/language/stats/examine.q index d06f98ef9d..ab361735f1 100644 --- a/src/language/stats/examine.q +++ b/src/language/stats/examine.q @@ -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);