| Date: | Wed, 9 Nov 2005 00:12:53 +0100 |
| Reply-To: | Miguel de la Hoz <miguel_hoz@YAHOO.ES> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Miguel de la Hoz <miguel_hoz@YAHOO.ES> |
| Subject: | 3-D Plot |
| Content-Type: | text/plain; charset=iso-8859-1 |
ok, thanks
I have tried
goptions reset=global gunit=pct border cback=white
colors=(black blue green red)
ftext=swiss ftitle=swissb htitle=4 htext=2;
proc g3d data=kk;
scatter var1*var2=var3/grid
rotate=30
zmax=6000
zmin=1000;
;
run;
quit;
but, it is possible to write the name of the point (x,y,z) in the graph??
and it is possible to write a different name to each axes instead of x, y and z
Many thanks.
Miguel.
---------------------------------
Correo Yahoo!
Comprueba qué es nuevo, aquí
http://correo.yahoo.es
|