LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2005)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 11 Jul 2005 00:47:20 +0200
Reply-To:   JM Domenech <JM.Domenech@DOEZ.ORG>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:   JM Domenech <JM.Domenech@DOEZ.ORG>
Subject:   Plot with Log scale
Content-Type:   text/plain; charset="iso-8859-1"

I need to create a Scatter or HILO plot with logarithmic scale (SPSS 12).

Example of 5 aligned points in logarithmic scale:

DATA LIST FREE/ X Y.

BEGIN DATA.

1 0.01 2 0.10 3 1 4 10 5 100

END DATA.

GRAPH /SCATTERPLOT(BIVAR)= X WITH Y.

I edit these plot defining the type of Y axis scale as: Logarithmic (Base: 10), but the points are not aligned.

Is SPSS 12.0 bug?

Thanks,

JM.Domenech@doez.org

Barcelona, Spain


Back to: Top of message | Previous page | Main SPSSX-L page