Date: Thu, 30 Mar 2006 13:28:55 -0600
Reply-To: Yu Zhang <zhangyu05@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Yu Zhang <zhangyu05@GMAIL.COM>
Subject: Re: SAS/GRAPH: TITLE WON'T PRINT OUT???
In-Reply-To: <OF05645FE3.0FAD8956-ON85257141.006958CD-85257141.006958D2@dom.com>
Content-Type: text/plain; charset=ISO-8859-1
Nat,
Yes, title comes out finally. Thank you for helping!
Yu
On 3/30/06, Nathaniel_Wooding@dom.com <Nathaniel_Wooding@dom.com> wrote:
>
> Yu
>
> Move your title statement after the goptions. The
>
> RESET=ALL
>
>
>
> is wiping out the title.
>
>
>
> Nat Wooding
>
>
> -----"SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> wrote: -----
>
> To: SAS-L@LISTSERV.UGA.EDU
> From: Yu Zhang <zhangyu05@GMAIL.COM>
> Sent by: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
> Date: 03/30/2006 01:59PM
> Subject: SAS/GRAPH: TITLE WON'T PRINT OUT???
>
>
>
> Dear ALL,
>
> I am having trouble to print out the title on the ouput graph. Basically,
> What i am doing is to draw the boxplots, which break down by two class
> varaibles. the options: offset, origin are used in definitions of the AXIS
> statement. There is no error message in the log window after execution..
> The title information just won't show up!!!!
>
> Any hints, help are highly appreciated!
>
> Yu
>
>
> --------------------------------------------------
>
> TITLE " BOXPLOT: leptin vS. SNP1";
> GOPTIONS
>
>
>
> RESET=ALL rotate=landscape ;
> symbol1 c=black v=none r=3 i=none;
> axis1 order=(1 to 6 by 1) minor=none origin=(1,1) in offset =(10 pct)
> label=(' ');
> axis2 order=(0 to 300 by 100) MINOR= NONELABEL=(A=90 F=SWISS H=1.5 J=C) ;
>
> proc gplot data=plotdat;
> plot leptin*nbox/anno=anno VAXIS= AXIS2 haxis=axis1 NOFRAME;
> format nbox bfmt.;
> run;
> QUIT;
>
>
> ------------------------------
>
>
> *
> CONFIDENTIALITY NOTICE: This electronic message contains
> information which may be legally confidential and/or privileged and
> does not in any case represent a firm ENERGY COMMODITY bid or offer
> relating thereto which binds the sender without an additional
> express written confirmation to that effect. The information is
> intended solely for the individual or entity named above and access
> by anyone else is unauthorized. If you are not the intended
> recipient, any disclosure, copying, distribution, or use of the
> contents of this information is prohibited and may be unlawful. If
> you have received this electronic transmission in error, please
> reply immediately to the sender that you have received the message
> in error, and delete it. Thank you.
> *
>
|