[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Empty PNG files
From: |
John Darrington |
Subject: |
Re: Empty PNG files |
Date: |
Wed, 1 Apr 2009 08:09:18 +0800 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
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
- Empty PNG files, fowlerjk, 2009/03/30
- Re: Empty PNG files,
John Darrington <=