Date: Wed, 16 Feb 2000 17:49:06 +0100
Reply-To: detecsm_hellriegelg@WESTLB.DE
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gehard Hellriegel <detecsm_hellriegelg@WESTLB.DE>
Subject: Re: bar chart with axis on both sides
Content-type: text/plain; charset=us-ascii
You can try something like that:
symbol1 width=80 c=green i=needle;
symbol2 width=60 c=orange i=needle;
axis1 order=(10 to 18 by 2);
proc gplot data=sasuser.class;
plot height*age /haxis=axis1;
plot2 weight*age;
run;
assuming you have SASUSER.CLASS with data of children,
age between 10 and 16. You have to add a legend for sure to see, what bar is
associated to the left and which to the right axis...
"Primak, Philip" <Philip.Primak@GENZYME.COM> on 16.02.2000 16:55:46
Bitte antworten an "Primak, Philip" <Philip.Primak@GENZYME.COM>
An: SAS-L@LISTSERV.UGA.EDU
Kopie: (Blindkopie: DeTeCSM HellriegelG/D/ExternalStaff/WLB)
Thema: bar chart with axis on both sides
Hi SAS-L
I need to create a vertical bar chart with response axis on both sides (like
plot with PLOT and PLOT2 statements). Is there a way to do it except
annotate?
Thanks,
Philip Primak
Genzyme Corporation
Mit freundlichen Gruessen
DeTeCSM, Gerhard Hellriegel
WestLB
Abteilung: 001-80622
Aderstr. 22
D - 40217 Duesseldorf
Tel.: +49211 826 6173
Fax: +49211 826 5393