pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Export PSPP histogram to an image file


From: Alan Mead
Subject: Re: Export PSPP histogram to an image file
Date: Thu, 21 Feb 2019 10:50:06 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

Looks like you found your answer. Happy to hear it.

It turns out I simply needed to specify the output:

$ pspp mySyntaxFile.sps -o histogram.pdf -O format=pdf


On 2/21/2019 3:31 AM, Oren Ish-Shalom wrote:
Hi,

I'm trying to export a histogram to an image file.
My input is an *.ods file, and here is my syntax file:

GET DATA
/TYPE=ODS
/FILE='grades.ods'
/CELLRANGE=FULL
/READNAMES=ON
/ASSUMEDSTRWIDTH=32
.

GRAPH
/HISTOGRAM = Q2
.
EXECUTE.

I posted this question on Cross Validated too:


but it seems it doesn't have a dedicated 'pspp' label (only 'spss').

_______________________________________________
Pspp-users mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/pspp-users

-- 

Alan D. Mead, Ph.D.
President, Talent Algorithms Inc.

science + technology = better workers

http://www.alanmead.org

"You're an interesting species. An interesting mix. 
You're capable of such beautiful dreams, and such 
horrible nightmares. You feel so lost, so cut off, 
so alone, only you're not. See, in all our 
searching, the only thing we've found that makes 
the emptiness bearable, is each other."

-- Carl Sagan, Contact

reply via email to

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