[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Empty PNG files
From: |
Jonathan Fowler |
Subject: |
RE: Empty PNG files |
Date: |
Wed, 1 Apr 2009 08:55:30 -0400 |
I did...exactly as you typed.
-----Original Message-----
From: John Darrington [mailto:address@hidden
Sent: Wednesday, April 01, 2009 8:49 AM
To: Jonathan Fowler
Cc: John Darrington; address@hidden
Subject: Re: Empty PNG files
On Wed, Apr 01, 2009 at 07:44:15AM -0400, Jonathan Fowler wrote:
I tried that syntax but I'm stuck after the second line (loop #i
= 1 to 100). It says it expects end of command after that line.
Did you remember the terminating `.' ?
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.
NOTE: Email is provided to employees for the instructional and administrative
needs of the district. E-mail correspondence to/from a district e-mail account
may be considered public information and subject to release under the South
Carolina Freedom of information Act or pursuant to subpoena.
- RE: Empty PNG files, Jonathan Fowler, 2009/04/01
- Re: Empty PNG files, John Darrington, 2009/04/01
- RE: Empty PNG files,
Jonathan Fowler <=
- RE: Empty PNG files, Jonathan Fowler, 2009/04/01
- Re: Empty PNG files, Michel Boaventura, 2009/04/01
- RE: Empty PNG files, Jonathan Fowler, 2009/04/01
- Resp.: Empty PNG files, Michel Boaventura, 2009/04/01
- RE: Resp.: Empty PNG files, Jonathan Fowler, 2009/04/01
- Re: Resp.: Empty PNG files, Michel Boaventura, 2009/04/01