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 (October 2002, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 29 Oct 2002 20:18:21 GMT
Reply-To:   "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Organization:   EarthLink Inc. -- http://www.EarthLink.net
Subject:   Re: Polishing a GPLOT: Two questions
Content-Type:   text/plain;

"Annette" <anne5432@uni.de> wrote in message news:000101c27f81$a823ea70$761ff63e@ATHLON1800... > Hi, > I've written a program for a quite nice overlay GPLOT (see code below). > At last I'd like to solve two peculiarities: (1) The data lines look a > bit 'edgy'. Is there are trick to get them more smoother (e.g. just like > simple elegant and not at all edgy looking lines). I just don't know > which button to push e.g. solution, line width, height, or the like. (2) > The HAXIS shows only every second 'category' of GROUP. Is there are a > command (e.g. similar to 'discrete') to see them all? That's all! Except > these two 'beauties' the code runs perfect! Check it out! Thanks a lot > in advance! Annette snip > quit;

Annette:

Unfortunately, in SAS/Graph there is no way to indicate you want a curve or other chart component drawn using anti-aliasing. However, if you are on Windows, and specify a True Type font, the chart will come out with smoothed fonts.

goptions ftext = 'Verdana' htext=10pt; axis1 label = (h=12pt f='Courier New' "An Axis");

-- Richard A. DeVenezia http://www.devenezia.com/downloads/sas/macros/#FindFiles Get file information from Windows


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