I am sorry, but I don't see how to run your example in Windows.
The commenting sign /// is which language ? PSPP uses *, as does SPSS.
/// Begin example, save as piechart.input
How do you save a file in an format called input in a commented command
line ?
Now run pspp from a Linux shell (or Mac OS):
Does this mean that I have run install a linux shell in windows ?
Thanks in advance,
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:
daniel.schlie...@tuxomania.net
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
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users
_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users