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