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 (February 1997)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 6 Feb 1997 09:04:59 -0600
Reply-To:   Rick Oliver <richard@SPSS.COM>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@UGA.CC.UGA.EDU>
From:   Rick Oliver <richard@SPSS.COM>
Organization:   SPSS Inc.
Subject:   Re: Ordering variables in spss bar charts
Content-Type:   text/plain; charset=us-ascii

snoopytt@aol.com wrote: > > Am trying to find a faster way (either through syntax or some other > method) of ordering variables in bar charts in SPSS (7.5 or 6.4.1). The > default in SPSS is to order them in the order they appear in the file. > I often want to put them in descending or ascending order, but have not > found a fast way to do this. > I am currently removing all the variables-putting them in the omit > window in the chart editor-and them putting them in one at a time > in the order I want. Anyone have a better (faster) way of doing this? >

Well, if all you need is simple bar charts, the FREQUENCIES procedure will do what you want, as in...

FREQUENCIES VARIABLES=var1 va2 var3 /FORMAT=DFREQ (or AFREQ) /BARCHART FREQ .

On the menus, you access Frequencies from the Statistics menu, Summarize submenu.

If all you want is simple bar charts in descending order, try the the GRAPH command, PARETO subcommand. (Graphs menu, Pareto)


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