|
"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
|