LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (November 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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