| 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
|