On Mon, Mar 30, 2009 at 06:02:24AM -0700, fowlerjk wrote:
I'm using PSPP in Windows XP via Cygwin. My experience with Unix is very
limited (I have a Parallels install of Ubuntu on my Mac at home, and that's
about it).
I can get the syntax commands to produce analyses in HTML and ASCII, but
when I instruct the system to produce a plot (e.g. boxplot), the output
file
is empty. 0 bytes. What am I doing wrong?
Perhaps there is a problem with the cygwin plotter or with your
libplot installation, or perhaps your data set has no values.
Do you get anything with the code below?
input program.
loop #i = 1 to 100.
compute x = normal(50).
end case.
end loop.
end file.
end input program.
examine x
/plot=boxplot.
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ Pspp-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-users
