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 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 16 Feb 2000 17:29:56 +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

One idea: use GPLOT with PLOT and PLOT2, connect the points to the x-axis and make the line very thick. Perhaps it is necessary to use a summary to do the classification, which GCHART makes automaticly. Also you might fix the x-axis to your needs, because thick needles often try to hide the two vertical axes. Try SYMBOL statements like:

symbol1 width=150 c=green i=needle; symbol2 width=50 c=orange i=needle;

"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


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