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 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 21 Apr 2006 09:31:39 +0800
Reply-To:     "bx.miao" <032015214@fudan.edu.cn>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "bx.miao" <032015214@FUDAN.EDU.CN>
Subject:      how to plot using different 'v' and 'cv' in proc gplot?
Content-type: text/plain; charset=GB2312

hi all,

I want to plot with different 'c' and 'cv' , how can i do it?

for example, data test input r thegma, cards, 0 0.1 0.1 0.3 0.2 0.4 0.5 0 , run; proc gplot,

plot r*thegma, run;

but I want (0,0.1) and (0.5,0) with differnt symbol.For example,I will use 'v=x cv=red' to display (0,0.1) and (0.5,0) ,and use 'v=dot cv=blue'to display the others.

how can I do this function?

thanks in advance.

bxmiao


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