Date: Wed, 6 Dec 2006 11:57:16 -0700
Reply-To: Tomas Nilsson <tknilsso@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Tomas Nilsson <tknilsso@GMAIL.COM>
Subject: proc plot
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hello,
I've a basic question about proc plot.
I'm trying to plot two variables (as a scatter diagram). I've ~4600
observations for each variable. When I am executing PROC PLOT, there is a
warning note saying that 1902 observations are hidden. I'm somewhat
concerned about this statement - what does it really mean? Did SAS decide
not to plot the last 1902 pairs of variables? Or the first pairs? I must be
missing something obvious here?
*
proc* *plot* data*=goog;*
plot a*b ;
*
run*;
Thanks in advance,
Tomas Nilsson
|