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 (December 2004)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 28 Dec 2004 08:46:43 -0600
Reply-To:     "Peck, Jon" <peck@spss.com>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         "Peck, Jon" <peck@spss.com>
Subject:      Re: fixed axes ranges with igraph
Comments: To: Jodene Goldenring Fine <jodene.fine@MAIL.UTEXAS.EDU>
Content-Type: text/plain; charset="us-ascii"

Although it is not supported in the gui, the Igraph command allows you to set the min and max for the axes. Paste the syntax and modify it along the lines of the following. The SCALE keyword takes min and max specifications in parentheses.

In the new graphics system introduced in SPSS 12, templates can specify the min and max for axis ranges.

Regards, Jon Peck

IGRAPH /VIEWNAME='Scatterplot' /X1 = VAR(salbegin) TYPE = SCALE(min=0 max=200000) /Y = VAR(salary) TYPE = SCALE(min=0 max=150000)/COORDINATE = VERTICAL

-----Original Message----- From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU] On Behalf Of Jodene Goldenring Fine Sent: Monday, December 27, 2004 11:58 AM To: SPSSX-L@LISTSERV.UGA.EDU Subject: [SPSSX-L] fixed axes ranges with igraph

Hi all.

I'm struggling with IGRAPH to get fixed ranges for the x and y axes. I can set the length of the axes, but not the minimum and maximum values for the axes as far as I can tell, that is without going into the interactive chart manager once the chart is done. Because I have 70 files to process, that's not such a good option. I've looked at Raynald's site and his book to no avail. Any suggestions?

Thanks in advance!

Jodene

__________________________________

Jodene Goldenring Fine, M.S., N.C.S.P. Doctoral Candidate The University of Texas at Austin Department of Educational Psychology

jodene.fine@mail.utexas.edu ________________________________

"Be a nice person and see if it works." Chinese Fortune Cookie, Berkeley, California, circa 1974


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