pspp-users
[Top][All Lists]
Advanced

[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 07:44:15 -0400

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. 

-----Original Message-----
From: John Darrington [mailto:address@hidden 
Sent: Tuesday, March 31, 2009 8:09 PM
To: Jonathan Fowler
Cc: address@hidden
Subject: Re: Empty PNG files

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]