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 (April 2012, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 16 Apr 2012 21:36:59 -0400
Reply-To:     Jason Schoeneberger <jschoeneberger@CAROLINA.RR.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jason Schoeneberger <jschoeneberger@CAROLINA.RR.COM>
Subject:      sgpanel vbox
Content-Type: text/plain; charset="us-ascii"

Hi All,

I've searched high and low, but I'm just not finding a solution for this problem. When you can't figure it out on your own, go to the experts:

I'm generating a 5-by-5 panel plot of vertical boxplots, where within each cell there are two boxplots for each level of tau1. I'm probably obsessing over something silly, but all I'd really like to do is tell sgpanel to use two different colors when plotting the levels of my category= variable. Is there really no simple way to accomplish this?

proc sgpanel data=stack;

panelby n1 n2 /columns=5 rows=5;

vbox nonposd/category=tau1;

run;

I'm running 9.2.3

Thanks,

Jason


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