pspp-users
[Top][All Lists]
Advanced

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

Re: graph output , png images


From: ftr
Subject: Re: graph output , png images
Date: Mon, 15 Dec 2014 13:42:19 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Thanks for the hint ! How can you achieve this under Windows ?

- ftr

On 07/12/2014 15:11, Daniel Schlieper wrote:
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]