Move implementation of NP plots out of EXAMINE into the charts engine.
authorBen Pfaff <blp@gnu.org>
Mon, 20 Jul 2009 00:11:21 +0000 (17:11 -0700)
committerBen Pfaff <blp@gnu.org>
Mon, 20 Jul 2009 00:11:53 +0000 (17:11 -0700)
commitd844266ecd4aebd32f55ab22d6ca4266d4a0c4e1
tree7470bbcd4006f79057216040a443949427aba884
parent5278a229f3fce7a8d1f2d8f6b576d1c8b76f3779
Move implementation of NP plots out of EXAMINE into the charts engine.

This seems like a helpful cleanup.  It should also ease making it possible
to again build PSPP without libplot, which was broken a number of commits
ago.
src/language/stats/examine.q
src/output/charts/automake.mk
src/output/charts/np-plot.c [new file with mode: 0644]
src/output/charts/np-plot.h [new file with mode: 0644]