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 (February 2011, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 25 Feb 2011 09:28:04 -0500
Reply-To:     Jerry Davis <jwd@UGA.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jerry Davis <jwd@UGA.EDU>
Subject:      Re: what does this log say ??
In-Reply-To:  <AANLkTimCmkW+22RBH1t8h=RwH4YbxYQro6qbqZLTGqaR@mail.gmail.com>
Content-Type: text/plain; charset="US-ASCII"

On 2/24/2011 4:34:10 PM SAS_learner wrote:

> I am using the following Proc Gplot code to indicate a scatter plot ( > correlation analysis) and in the Log there are couple of messages that I do > not understand , Hoe to get rid of them > > 698 axis2 order= (-9 to 6 by 1) label=(H=1 "neutrophil") > width=1 ; > 699 axis1 order= (-115 to 100 by 10) label=(H=1 angle=90 "CRP") > width=1 ;

snip...

> WARNING: Font TIMESROM could not be used. > Font SIMPLEX substituted for font TIMESROM.

I've gotten this message before and it was caused by a graph being too "busy" to display everything given the graph's size. The combination of axis statements, labels, titles and ouput device can dictate a graph's size and sometimes the fonts take up too much space. SAS substitutes, if possible, a font like Simplex, which is simpler than Times Roman.

Adding a font= option to the goptions statement may get rid of the warning messages.

Jerry -- Jerry Davis Experimental Statistics UGA, CAES, Griffin Campus


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