On Thu, Feb 05, 2015 at 01:40:45PM +0000, Beat wrote: Maybe not the right place here but anyway: 1. I like the barchart option in frequencies! Thanks a lot!
I'm glad you like it. 2. I think the axis in scatterplot are reversed: it says scatterplot y vs. x but plots x vs. y. I don't see that. Try this code, which producdes a graphic with the title 'Scatterplot x vs. y' with x on the abscissa and y on the ordinate. input program. loop #i = -100 to 100. compute x = #i. end case. end loop. end file. end input program. compute y = x * x. graph scatterplot (bivariate) = x with y. 3. Still the colour in the scatterplot is a bad choice for my screen: I can barely see the bright yellow circles that mark the points. I agree. The default tango palette is great for histograms, barcharts and piecharts where there is a lot of solid fill. But, as you say, not so good for indicating point values. J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ Pspp-users mailing list Pspp-users@gnu.org https://lists.gnu.org/mailman/listinfo/pspp-users