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 (June 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 27 Jun 2007 09:48:49 -0400
Reply-To:     jean-Luc Dupouey <dupouey@NANCY.INRA.FR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         jean-Luc Dupouey <dupouey@NANCY.INRA.FR>
Subject:      Re: fill pattern of tiles in PROC G3D / PLOT statement

Dear SAS-collegues,

Thanks a lot for your suggestions concerning the fill pattern in PROC G3D. However, as I said in my initial mail, this is not a simple issue!

None of the proposed solutions works. Using colors= in goptions only changes the color of the borderline of each tile. It does not change the pattern which fills the tiles. Who could help me in changing this pattern?

Someone asked for my code. Here it is, but I do not think it can help, it is so trivial (grid is any simple dataset containing 3D data, x, y and z on a regular grid):

proc g3d data=grid; plot x*y=z; run;

Thanking you in advance,

Jean-Luc Dupouey INRA 54280 Champenoux France mail: dupouey@nancy.inra.fr


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