home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!MAIL.ADMIN.WISC.EDU!IMAD.GHANDOUR
- Message-ID: <C8JD2020.C8JD2049@mail.admin.wisc.edu>
- Newsgroups: bit.listserv.sas-l
- Date: Wed, 19 Aug 1992 13:20:00 CDT
- Reply-To: IMAD.GHANDOUR@MAIL.ADMIN.WISC.EDU
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: IMAD.GHANDOUR@MAIL.ADMIN.WISC.EDU
- Subject: Legend in SAS/GRAPH
- Comments: To: sas-l@ohstvma.acs.ohio-state.edu
- Lines: 27
-
- to: sas-l@ohstvma.acs.ohio-state.edu
-
- Platfotm: IBM MVS
- Product : SAS/GRAPH
- From : Imad Ghandour
- Contact : imad.ghandour@mail.admin.wisc.edu
-
- I am trying to customize the legend when using PROC GPLOT so that
- instead of the standard numerical legend I will have some
- meaningful text. The following code is used:
-
- PROC GPLOT DATA=FINAL;
- BY GROUP;
- PLOT MBYTES * DATE = CAT / CAXIS=MDBLACK CTEXT=MDBLACK;
- SYMBOL1 I=JOIN C=LTBLACK V=NONE W=2;
- SYMBOL2 I=SPLINE C=MDBLACK V=NONE W=2;
- SYMBOL3 I=RLCLM CV=MBBLACK CO=LTBLACK V=NONE;
- LEGEND LABEL=NONE VALUE=(T=1 'ACTUAL' T=2 'SMOOTHED' T=3 'LIN.REG.');
- TITLE1 'HISTORICAL DASD INFORMATION';
-
- The legend part is not working. Instead of having the customized
- legend entry labels, I am getting numbers. Anyone has any idea what
- I am doing wrong ?????
-
-
- Imad Ghandour
- University of Wisconsin - Madison
-