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:
>
> https://stats.stackexchange.com/questions/393615/export-pspp-histogram-to-an-image-file
>
> but it seems it doesn't have a dedicated 'pspp' label (only 'spss').
>
> _______________________________________________
> Pspp-users mailing list
> Pspp-users@gnu.org
> 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

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

Reply via email to