Date: Sat, 9 Feb 2008 12:30:23 -0500
Reply-To: "data _null_," <datanull@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "data _null_," <datanull@GMAIL.COM>
Subject: Re: GPLOT
In-Reply-To: <974386386.73671202575843073.JavaMail.osg@osgjas01.add.me.to.a.domain.class.in.cfagent.conf>
Content-Type: text/plain; charset=ISO-8859-1
See WIDTH below.
appearance-options can be one or more of these:
BWIDTH=box-width
CI=line-color
CO=color
CV=value-color
FONT=font
HEIGHT=symbol-height<units>
LINE=line-type
POINTLABEL<=(label-description(s)) | NONE>
VALUE=special-symbol | text-string | NONE
WIDTH=thickness-factor
On Feb 9, 2008 11:50 AM, James Algina <algina@ufl.edu> wrote:
> Is there a command that controls the weight of reference lines in
> a plot prepared in GPLOT? And is there a command that controls the
> weight of the join lines in a plot prepared in GPLOT?
>
> My interpolate code is
>
> symbol1 interpol=sm ;
>
>
> This is my GPLOT code:
>
> proc gplot;
> plot L*p/href=.66667 chref='red'
> vaxis=axis1
> haxis=axis2;
> run;
>
>
> Thanks,
>
> Jamie
>
> --
> James Algina
> Professor
> Educational Psychology
> 1423D Norman Hall
> P.O. Box 117047
> University of Florida
> Gainesville, FL 32611
>
> Voice 352-392-0724 x 247
> Fax 352-392-5929
>
|