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
|