pspp-users
[Top][All Lists]
Advanced

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

Re: graph output , png images


From: Daniel Schlieper
Subject: Re: graph output , png images
Date: Sun, 7 Dec 2014 15:11:21 +0100 (CET)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

Hi,

you coud use the option "-O format=svg" in combination with a pspp script. Save your data as a sav-file (e. g., save.sav)

Then write a scirpt, for example:

/// Begin example, save as piechart.input

get file=save.sav.
freq /variables=height /piechart /statistics=all.

/// End example

Now run pspp from a Linux shell (or Mac OS):

$ pspp -O format=svg piechart.input

the output is a piechart in svg-format, which is easy to polish. Use inkscape or other software.

Best regards, Daniel

--
Daniel Schlieper                     email: address@hidden

On Sat, 6 Dec 2014, ftr wrote:

Hi,

Is there any way to treat the graph output ? The current graphs are helpful for analysis - and this is already really helpful - but you can't publish them.
I would like to change scales, titles, the numbering format.
Do you do this, and if so, how ?

Regards,
ftr

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




reply via email to

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