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 (September 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 17 Sep 2002 13:52:50 +0100
Reply-To:     Graeme.Kirton@FILCS.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Graeme.Kirton@FILCS.COM
Subject:      Annotate
Content-type: text/plain; charset=us-ascii

I hate annotate!!!!!

All I want to do is put some text on a graph to say 'New Card' when a condition is true. Eg if lotno = 336 then text='new card'; Ive a dataset;

lot date x y idss_200n_f2 parm2 111 010101 1 1 1.1 1.2 111 020201 1 2 1.2 1.3 136 030201 1 1 1.3 1.4 136 030201 1 2 1.4 1.5

Ive tried ways to produce annote1 but a label never appears. Please help?

proc shewhart data= remwork.orderdate /*limits=xschart_limits*/ ; XSCHART /*&_NAME_*/IDSS_200N_F2 * lot / annotate=annote1 turnhlabel llimits=2 npanelpos=-72 cconnect=DEFAULT coutfill=RED tableall(noprint exceptions)

-------------------------------------------------------------- Graeme Kirton IT Developer Filtronic Compound Semiconductors Ltd 01325 306094


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